Delete encrypt key
Request to delete particular encryption key:
DELETE /api/v2/encrypt_keys/<encrypt-key-id>.json
Response contains HTTP status code as shown in the following table.
Response | Description |
---|---|
200 OK | Encryption key has been successfully deleted |
403 Forbidden | The request cannot be completed because API user has no permission to delete encryption keys |