Delete category by tagKey

DELETE {{url}}/exchange/api/v1/organizations/{{organization_id}}/categories/test3

Generated from a curl request:
curl -X POST -H Authorization: Bearer {{token}} -H Content-Type: application/json -d '{
displayName: “CustomFieldTest”,
tagKey: “TagKeyTest”,
dataType: text,
assetTypeRestrictions: []
}
' [https://anypoint.mulesoft.com/exchange/api/v1/organizations/59995d29-ebe2-43d9-a52b-766683fd41a7/fields\\](https://anypoint.mulesoft.com/exchange/api/v1/organizations/59995d29-ebe2-43d9-a52b-766683fd41a7/fields\")

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring