Skip to main content

Delete Policy

You can delete a policy. However, there are requirements to meet before deleting a policy. The below are the requirements.

  • The policy must be in draft. Thus, no payment has been associated with the policy.

  • The policy is inactive.

The endpoint

Path param

authorization : *bearer
REQUEST BODY SCHEMA: application/json


NameDescriptionRequiredType
idThe id of the policy RequiredString

Response

CodeDescription
200Success delete
409Unauthorized.

Example Success Response

Content type
application/json

[
{ }

...
]