DELETE
/
v1
/
custom-object
/
{customObjectId}
/
records
/
{id}
curl --request DELETE \
  --url https://platform.thena.ai/v1/custom-object/{customObjectId}/records/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Path Parameters

customObjectId
string
required
id
string
required