Remove all attachments from a transaction
OAuth scope: attachment.write
Removes all attachments from the transaction identified by the id
path parameter.
In the Qonto app, attachments are files uploaded onto transactions by users. Attachments typically correspond to the invoice or receipt, and are used to justify the transactions from a bookkeeping standpoint.
DELETE
Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
Example:
"2750ad5e-6c04-4096-88d8-ab43363bdb57"
Response
200
Returns a success status code.