Services
Suspend a number on the service
Suspends a number assigned to the specified service. You can include a note as to the reason of the suspension.
patch/services/{id}/numbers/{phoneNumber}/suspend
Request body
Example request
{
"suspended": true,
"note": "Reason for suspending the number."
}Response
Response detailing the suspended number.
Example response
{
"phoneNumber": "+15551235656",
"country": "US",
"suspended": true,
"note": "Reason for suspending the number.",
"projectId": "ae00f005-e392-44dc-b3f5-a657a2684dg3",
"serviceId": "01GVRB50KEQFFE1SGMPFRNBG6J"
}