Skip to main content
DELETE
/
accounts
/
{account_id}
/
company-statuses
/
{status_id}
Delete a company status
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>"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Generate keys from your account settings.

Include in header: Authorization: Bearer YOUR_API_KEY

Path Parameters

account_id
string<uuid>
required

The unique identifier of the account/team

status_id
string<uuid>
required

Response

Status deleted

success
boolean
data
object