Phones
Delete a Phone
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
phone*integer
Phone ID
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v2/phones/1"Empty
{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Forbidden" }}{ "error": { "message": "Not Found" }}{ "error": { "message": "Too Many Requests" }}{ "error": { "message": "Service Unavailable" }}