# Delete a specific attachment **DELETE /attachments/{attachment_id}** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **attachment_id** (integer(int32)) ID of attachment to delete ## Responses ### 204 Attachment successfully deleted #### Body: application/json (array[array]) ### 404 The requested resource could not be found #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 405 Method Not Allowed #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)