Delete bill attachment
Authentication
Long-lived API token sent in the requestToken header. See API token authentication.
OAuth2 Bearer access token from the client-credentials flow. See OAuth authentication.
Path parameters
The filename in Payabli. Get this from the zipName field
in the DocumentsRef.filelist array returned by
/api/Bill/{idBill}. Example: 0_Bill.pdf.
Payabli ID for the bill. Get this ID by querying /api/Query/bills/ for the entrypoint or the organization.
Query parameters
When true, the response includes the full bill object.
Response
Response text for operation: ‘Success’ or ‘Declined’.
Code for the response. Learn more in API Response Codes.
Field not in use on this endpoint. It always returns 0.
Boolean indicating whether the operation was successful. A true value
indicates success. A false value indicates failure.
If isSuccess = true, this contains the bill identifier. If
isSuccess = false, this contains the reason for the error.