DELETE | Key
- 1 minute to read
- Print
- DarkLight
- PDF
DELETE | Key
- 1 minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Edits an existing encryption key based on the ID provided on the endpoint.
Endpoint
DELETE /iso/sctm/encryption/key/{key_id}
Path Parameters
key_id (String)
: unique identifier of the key to be edited.
Expected Response
{
"code": 200,
"response": {
"status": 200,
"message": "Encryption key disabled successfully",
"error": false,
"error_code": 0
}
}
Was this article helpful?