cURL
curl --request DELETE \ --url https://api.voxo.co/v2/admin/branches/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "default": 123, "timezone": "<string>", "tenant": { "id": 123, "name": "<string>" } }
Delete a branch
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Branch ID
x > 0
Deleted branch
Branch name
Whether this is the default branch (1 = yes, 0 = no)
IANA timezone identifier
Parent tenant
Show child attributes
Was this page helpful?
Contact support