DELETE
/
v1
/
accounts
/
attributes
/
{id}
Deletes an account attribute value
curl --request DELETE \
  --url http://localhost:8000/v1/accounts/attributes/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter the bearer token

Path Parameters

id
string
required

Query Parameters

forceDelete
boolean
required

Response

204

Resource deleted successfully