Skip to main content
DELETE
/
phone
/
delete
/
{id}
Delete Phone By ID
curl --request DELETE \
  --url https://server.sellagent.ai/api/phone/delete/{id} \
  --header 'Content-Type: <content-type>' \
  --header 'x-api-key: <x-api-key>'
{
  "success": true,
  "message": "Phone number deleted successfully"
}

Headers

x-api-key
string
required

Your API key for authentication

Content-Type
enum<string>
required

Must be application/json

Available options:
application/json
x-workspace-id
string

Optional workspace ID (defaults to user's current workspace)

Path Parameters

id
string
required

The ID of the phone to delete

Example:

"+17245868135"

Response

Phone number successfully deleted

success
boolean
Example:

true

message
string
Example:

"Phone number deleted successfully"