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

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

id
string
required

Query Parameters

forceDelete
boolean
required

Response

204

Resource deleted successfully