DotsDocs
Accounts payable

Delete file from the payable

Delete a file from the payable

DELETE
/v2/accounts-payable/payables/{payable_id}/file

Delete a file from the payable

AuthorizationBasic <token>

In: header

Path Parameters

payable_id*string

The ID of the Payable

Response Body

application/json

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