Skip to main content

Delete Agent Config

This API deletes an existing file encryption agent configuration identified by its unique ID. Once deleted, the agent config can no longer be used.

Endpoint Details

URL/v1/config-agent/file-encryption-agents/id
MethodDELETE
AuthorizationBearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust be application/json

Request Path

To delete a specific agent config, use the following request format:

/v1/config-agent/file-encryption-agents/de306957-feaf-4748-8ba8-2b1d665509c2

Path Parameter

ParameterTypeDescription
idUUIDUnique identifier of the agent to delete

Response

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

Response
{
"success": true
}

Field Descriptions

FieldTypeDescription
successBooleanIndicates whether the agent was successfully deleted

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