Skip to main content
DELETE
/
v2
/
identity
/
controls
Delete Identity Control
curl --request DELETE \
  --url https://api.example.com/v2/identity/controls \
  --header 'Authorization: Bearer <token>'
{}
OAuth Scope
identity:write_identity_control

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

control_id
string
required

The control ID to be deleted.

reason
string

Reason for deleting the identity control.

Response

200 - application/json

A successful response.

The response is of type object.