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

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

taskId
string
required
attachmentId
string
required

Response

204

Resource deleted successfully