DELETE
/
v1
/
accounts
/
notes
/
{noteId}
/
attachments
/
{attachmentId}
curl --request DELETE \
  --url https://platform.thena.ai/v1/accounts/notes/{noteId}/attachments/{attachmentId} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

noteId
string
required
attachmentId
string
required

Response

204

Resource deleted successfully