Cancel a number from your account
Cancel a number from your account and un-provision it. It'll still be listed in your canceled numbers.
Request
| Endpoint: | /api/number/{number_uuid} |
| Example: | /api/number/7c327e0f-6bce-4b2f-9d5d-9c86e7fa065f |
| Method: | DELETE |
| Headers: | Accept: application/vnd.cloudlx.v1+json |
| Authorization: Bearer <access_token> |
Response
{
"result": "Number removed from account successfully"
}
| result | Description | The result of the request |
| Type | String | |
| Example | Number removed from account successfully |