Deletes the specified secret key for the authenticated user that makes the request.
This call has no restrictions.
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
secret_key_delete_param | |||
secret_key | Secret key to be deleted | String |
Response indicating Success or Failure to delete secret keys
POST https://192.168.0.0:4443/object/secret-keys/deactivate HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> <?xml version="1.0" encoding="UTF-8"?> <secret_key_delete_param> <secret_key>b2qffCUYCyyKrwoaEKkb1XoYB4m82eonbgwUjjxs</secret_key> </secret_key_delete_param>
HTTP/1.1 200 OK Content-Type: application/xml