Delete a single profile
DELETE/profiles/:id
Delete a single profile
Request
Path Parameters
id uuidrequired
ID of the object to retrieve, update, or delete
Responses
- 204
- 400
- 500
The Profile was successfully deleted.
Error deleting Profile
- application/json
- Schema
- Example (from schema)
Schema
error string
A message describing the error that occurred
{
"error": "string"
}
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...