curl -X DELETE 'https://api.example.com/resource-types/resource_type_document' \
-H 'Authorization: Bearer YOUR_TOKEN'
{}
Delete a resource type
curl -X DELETE 'https://api.example.com/resource-types/resource_type_document' \
-H 'Authorization: Bearer YOUR_TOKEN'
{}
Was this page helpful?