Release Phone Number
Release (cancel) a phone number from your workspace.
POST
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Request Body
phoneNumberIdstringrequiredThe unique identifier of the phone number to release.
Response Fields
successbooleanWhether the release was successful.
messagestringConfirmation message.
{
"success": true,
"message": "Phone number released successfully"
}