Deleting a DSM Domain
Use the delete /v1/cckm/dsm/domains/{id}
API to delete a DSM domain from the CipherTrust Manager.
Syntax
Here, {id}
represents the ID of the DSM domain resource on the CipherTrust Manager. Refer to Adding DSM Domains to find out the resource ID of a domain.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The DSM domain with the specified ID is removed from the CipherTrust Manager.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.