Skip to main content
DELETE
/
phones
Disconnect a Phone Number
curl --request DELETE \
  --url https://inprocess.world/api/phones \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Phone number is disconnected successfully"
}

Authorizations

x-api-key
string
header
required

Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys

Response

Successful response

success
boolean
required

Indicates whether the operation was successful

message
string
required

A descriptive message about the operation result