cURL
curl --request DELETE \ --url https://inboxapp.com/api/v1/statuses/{statusId} \ --header 'Content-Type: application/json' \ --data '{}'
"<unknown>"
Delete a status. This will remove the status from all threads.
The ID of the status to delete.
The body is of type object.
object
OK
The response is of type any.
any