Skip to main content
DELETE
/
api
/
reconciliation
/
policies
/
{policyID}
Delete a policy
curl --request DELETE \
  --url http://localhost/api/reconciliation/policies/{policyID} \
  --header 'Authorization: Bearer <token>'
{
  "errorCode": "VALIDATION",
  "errorMessage": "<string>",
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

policyID
string
required

The policy ID.

Response

No content