Delete an Attachment
DELETE/v1/attachments/:id
Delete an Attachment
Request
Path Parameters
id numberrequired
The ID of any of your Attachments you wish to delete.
Query Parameters
force boolean
Indicates if Attachment should be deleted irrespective of it being attached to another entity.
Responses
- 200
- 400
- 401
- 403
- 422
Success
- application/json
- Schema
Schema
- any
Bad Request
Unauthenticated
Forbidden
Unprocessable Entity
Loading...