Clarify API
API ReferenceRecords Attachments

Delete Record Attachment

DELETE
/workspaces/{workspace}/objects/{object}/records/{id}/attachments/{attachmentId}
Authorization<token>

API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.

In: header

Path Parameters

workspace*string
object*string
id*string
attachmentId*string

Response Body

application/json

curl -X DELETE "https://example.com/workspaces/string/objects/string/records/string/attachments/string"
{
  "data": {
    "type": "record",
    "id": "string",
    "attributes": {},
    "relationships": {}
  }
}