DELETE
/
delete-policy
/
{id}

Example values you can use to demo the API:

{
  "headers": {
    "apikey": "your_api_key_here"
  },
  "pathVariables": {
    "id": "policy_id_here"
  }
}

Example response:

{
  "message": "Policy deleted successfully."
}

Headers

apikey
string
required

API key for authentication

Path Parameters

id
integer
required

The ID of the policy to delete

Response

200 - application/json
message
string