Delete a Resource Specification
delete
https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification/{id}
This operation deletes a ResourceSpecification entity.
Request
Path Parameters
-
id(required): string
The unique identifier of the resource item.Examples
There's no request body for this operation.
Back to TopResponse
204 Response
Deleted: The request has succeeded.
400 Response
Bad Request: Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@type: string
The class type of a REST resource.Example:
type of resource
-
code(required): string
Application related code (as defined in the API or from a common list)Example:
application error code
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.Example:
detailed message for the error with corrective actions
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.Example:
reason for error
-
referenceError: string
url pointing to documentation describing the errorExample:
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2Example:
http error code extension
401 Response
Unauthorized: Your request isn't authorized. The authentication credentials included with this request are missing or invalid.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@type: string
The class type of a REST resource.Example:
type of resource
-
code(required): string
Application related code (as defined in the API or from a common list)Example:
application error code
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.Example:
detailed message for the error with corrective actions
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.Example:
reason for error
-
referenceError: string
url pointing to documentation describing the errorExample:
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2Example:
http error code extension
403 Response
Forbidden: You don't have authorization to perform this request.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@type: string
The class type of a REST resource.Example:
type of resource
-
code(required): string
Application related code (as defined in the API or from a common list)Example:
application error code
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.Example:
detailed message for the error with corrective actions
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.Example:
reason for error
-
referenceError: string
url pointing to documentation describing the errorExample:
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2Example:
http error code extension
404 Response
Not Found: Your request includes a resource URI that doesn't exist.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@type: string
The class type of a REST resource.Example:
type of resource
-
code(required): string
Application related code (as defined in the API or from a common list)Example:
application error code
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.Example:
detailed message for the error with corrective actions
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.Example:
reason for error
-
referenceError: string
url pointing to documentation describing the errorExample:
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2Example:
http error code extension
405 Response
Method Not Allowed: HTTP action specified in the request (DELETE, GET, POST, PUT) isn't supported for this request URI.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@type: string
The class type of a REST resource.Example:
type of resource
-
code(required): string
Application related code (as defined in the API or from a common list)Example:
application error code
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.Example:
detailed message for the error with corrective actions
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.Example:
reason for error
-
referenceError: string
url pointing to documentation describing the errorExample:
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2Example:
http error code extension
409 Response
Conflict: The request can't be completed due to a conflict with the current state of the resource.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@type: string
The class type of a REST resource.Example:
type of resource
-
code(required): string
Application related code (as defined in the API or from a common list)Example:
application error code
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.Example:
detailed message for the error with corrective actions
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.Example:
reason for error
-
referenceError: string
url pointing to documentation describing the errorExample:
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2Example:
http error code extension
500 Response
Internal Server Error: The server encountered something unexpected that prevented it from completing the request.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@type: string
The class type of a REST resource.Example:
type of resource
-
code(required): string
Application related code (as defined in the API or from a common list)Example:
application error code
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.Example:
detailed message for the error with corrective actions
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.Example:
reason for error
-
referenceError: string
url pointing to documentation describing the errorExample:
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2Example:
http error code extension