Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete

Delete
delete/api/v1/policies/{id}

Delete a policy by ID.

Path Parameters
idstring

The Id of the policy to delete.

Body Parameters
bodyunknown
optional

The DeletePolicyRequest message contains the ID of the policy to delete. It uses URL value for input.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/policies/$ID \
    -X DELETE \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}