DELETE
/
status
/
{id_status}
curl --request DELETE \
  --url https://api.breakcold.com/status/{id_status}
{
  "message": "Status deleted successfully"
}

Path Parameters

id_status
string
required

ID of the status

Query Parameters

id_space
string
required

Identifier of the space, not required when 'X-API-KEY' is provided.

Response

200 - application/json
Successful response

The response is of type any.