cURL
curl --request DELETE \ --url https://api.dots.dev/api/v2/accounts-payable/approval-policies/{approval_policy_id} \ --header 'Authorization: Basic <encoded-value>'
{ "deleted": true, "id": "<string>", "object": "<string>" }
Delete an approval policy by its ID
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The ID of the Approval Policy
OK
true if the approval policy was deleted.
true
ID of the approval policy that was deleted.
Type of the object that was deleted.
Was this page helpful?