DELETE
/
phones
/
{phone}
curl --request DELETE \
  --url https://api-west.millis.ai/phones/{phone} \
  --header 'authorization: <authorization>'
{
  "success": true
}

Headers

authorization
string
required

Path Parameters

phone
string
required

Response

200
application/json

Successful Response

The response is of type object.