Skip to main content
POST
/
admin
/
voice
/
regions
/
delete
Delete voice region
curl --request POST \
  --url https://api.fluxer.app/v1/admin/voice/regions/delete \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.

Body

application/json
id
string
required

ID of the voice region to delete

Response

Success

success
boolean
required

Whether the deletion was successful