Skip to main content
DELETE
/
statuses
/
{statusId}
Delete status
curl --request DELETE \
  --url https://inboxapp.com/api/v1/statuses/{statusId} \
  --header 'Content-Type: application/json' \
  --data '{}'
"<unknown>"

Path Parameters

statusId
string
required

The ID of the status to delete.

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type any.