Skip to main content

Delete Encryption

This API deletes an existing encryption configuration identified by its unique ID. Once deleted, the encryption configuration can no longer be used or managed within the system.


Endpoint Details

URL /v1/crypto/items/id
Method DELETE
Authorization Bearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust be application/json

Request Path

To delete a specific encryption configuration, use the following request format:

/v1/crypto/items/50c7d4d8-50e5-40da-8b19-b7b77ebb708f

Path Parameter

ParameterTypeDescription
idUUIDUnique identifier of the encryption configuration to delete

Response

Here is an example response after the request has been successfully processed:

Response
{
"success": true
}

Field Descriptions

FieldTypeDescription
successBooleanIndicates whether the encryption configuration was successfully deleted

info
  • A valid Bearer Token is required to access this endpoint.
  • The id path parameter must reference an existing encryption configuration.
  • Deleting an encryption configuration is permanent and cannot be undone.