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
Name | Description | Required | Type |
---|---|---|---|
id | The id of the policy | Required | String |
Response
Code | Description |
---|---|
200 | Success delete |
409 | Unauthorized. |
Example Success Response
Content type
application/json
[
{ }
...
]