curl --request DELETE \
--url https://api-dev.narrative.io/attributes/{attribute_name_or_id} \
--header 'Authorization: Bearer <token>'Permanently removes an attribute from the platform.
Attribute deletion will fail if the given attribute is referenced by another attribute.
Attribute deletions cannot be undone.
curl --request DELETE \
--url https://api-dev.narrative.io/attributes/{attribute_name_or_id} \
--header 'Authorization: Bearer <token>'