Skip to main content
DELETE
/
v1
/
policies
/
{id}
/
controls
/
{controlId}
Unmap a control from a policy
curl --request DELETE \
  --url http://localhost:3333/v1/policies/{id}/controls/{controlId} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Policy ID

Example:

"pol_abc123def456"

controlId
string
required

Control ID to unmap

Response

200 - undefined