curl --request DELETE \
--url http://localhost:3000/api/attributes/{key} \
--header 'Authorization: Bearer <token>'{}Deletes a custom attribute (system attributes cannot be deleted)
curl --request DELETE \
--url http://localhost:3000/api/attributes/{key} \
--header 'Authorization: Bearer <token>'{}