Delete an attachment

Request

Deletes an attachment with a specified ID.

Security
SecretApiKey or JWT
Path
idstring, <= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X DELETE \
  'https://www.rebilly.com/_mock/catalog/all/attachments/{id}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Attachment deleted.

Response
No content