Delete profile type
DELETE {{baseUrl}}/profile_types/:id
Delete a profile type. All profiles of that type must first be destroyed before the profile type can be destroyed.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"info":"object deleted"}