Delete an attachment
How to delete an existing attachment via API
To delete 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.
Request
DELETE https://yourdomain.commercelayer.io/api/attachments/:id
Example
The following request tries to delete the attachment identified by the ID "xYZkjABcde":
Last updated