Skip to main content
DELETE
http://localhost:3000
/
resource-types
/
{id}
curl -X DELETE 'https://api.example.com/resource-types/resource_type_document' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{}

Path Parameters

id
string
required
ID of the resource type to delete

Response

Returns no content on success.
curl -X DELETE 'https://api.example.com/resource-types/resource_type_document' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{}