API Docs
Delete Invoice's Attachment
Contents
This API deletes an invoice's attachment.
Resource URL
DELETE /almaws/v1/acq/invoices/{invoice_id}/attachments/{attachment_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
invoice_id | xs:string | The Invoice id. |
attachment_id | xs:string | The Attachment ID. |
Querystring Parameters
None
Body Parameters
None
Output
This method returns HTTP 204 (No Content) which means that the server successfully processed the request, but is not returning any content.
Possible Error Codes
Code | Message |
---|---|
60100 | The parameter X must be a number greater than zero. |
60321 | Attachment was not found |
60322 | Attachment content could not be processed. |