Skip to main content
DELETE
/
statuses
/
{status_id}
Delete Status
curl --request DELETE \
  --url https://api.{your-broker}.slate-labs.com/statuses/{status_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

status_id
integer
required

Response

Successful Response