cURL
curl --request DELETE \ --url https://api.example.com/admin/attributes/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "attribute", "deleted": true }
Deletes an attribute and all its associated possible values.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the attribute to delete.
OK
The ID of the deleted attribute.
"attribute"
true