cURL
curl --request DELETE \ --url https://app2.freyavoice.ai/api/v2/phone-numbers \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "<string>", "result": { "success": true, "deletedCount": 123 } } }
Deletes one or more phone numbers by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Comma-separated phone number IDs to delete
1
Phone numbers deleted
true
false
Show child attributes