cURL
curl --request DELETE \ --url https://www.useroulette.com/api/v1/accounts/{account_id}/company-statuses/{status_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "<string>" } }
Delete a deal flow status. Companies with this status will have their status set to null.
Show child attributes