Delete the requested resource type, you are not able to delete a resource type until every item below it has been removed.
URL : /v3/resource-types/{resource_type_id}
Method : DELETE
Code : 204
No Content
Code : 409
Content :
{
"message": "Unable to handle your request, dependent data exists or foreign key error."
}
Code : 404
Content :
{
"message": "The resource type can't be found."
}
Code : 403
Content :
{
"message": "Resource type can't be found or is not accessible to you."
}