DotsDocs
Accounts payable

Delete an approval policy

Delete an approval policy by its ID

DELETE
/v2/accounts-payable/approval-policies/{approval_policy_id}

Delete an approval policy by its ID

AuthorizationBasic <token>

In: header

Path Parameters

approval_policy_id*string

The ID of the Approval Policy

Response Body

application/json

curl -X DELETE "https://example.com/v2/accounts-payable/approval-policies/string"
{  "deleted": true,  "id": "string",  "object": "string"}