Delete profile type​
Delete a profile type. All profiles of that type must first be destroyed before the profile type can be destroyed.
Path Parameters
id uuid required
ID of the object to retrieve, update, or delete
Responses
- 200
- 400
- 500
Info about the operation
application/json
Schema
Example (from schema)
Schema
info
A message confirming the operation
{
"info": "object deleted"
}
Bad Request - unable to complete.
application/json
Schema
Example (from schema)
Schema
oneOf
InvalidJson
ValidationErrors
error
error
errors
{}
Internal Server Error - returned on unhandled exceptions.
application/json
Schema
Example (from schema)
Schema
error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...