DELETE | Key
  • 1 minute to read
  • Dark
    Light
  • PDF

DELETE | Key

  • Dark
    Light
  • PDF

Article summary

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?

What's Next