Phone Numbers
Release a rented phone number
Releases a phone number previously rented via POST /product/rent-number. The number goes back into provider inventory and recurring charges stop.
Returns 400 if the number is still assigned to an agent — detach it from the agent first (PATCH /agent/{agentId} with productId: null).
post/product/release-number
Request body
Example request
{
"productId": "6969109c84c74bed175f02a7"
}Response
Number released
Example response
{
"status": true,
"data": {
"success": true
}
}