Delete a status
Path Parameters
- Type: integerstatus
Id requiredID of Status
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/status/{statusId}
curl https://test.boost.space/api/status/1 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": 1,
"remotes": [
{
"id": "1",
"application": "string",
"delete": true
}
]
}