Delete an attachment
How to delete an existing attachment via API
Last updated
How to delete an existing attachment via API
Last updated
To an attachment, send a DELETE
request to the /api/attachments/:id
endpoint, where id
is the id of the attachment that you want to delete.
DELETE https://yourdomain.commercelayer.io/api/attachments/:id
The following request tries to delete the attachment identified by the ID "xYZkjABcde":