cURL
curl --request POST \ --url https://api.contiguity.co/enterprise/lease/relinquish/{number} \ --header 'Authorization: Bearer <token>'
{ "id": "rqn_abc123", "object": "relinquished_confirmation", "created_at": 123, "data": { "oos": 1735689600, "number": "14155552671" } }
Relinquish an existing number from your account
Authentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN. Bearer is allowed.
Authorization: Token YOUR_TOKEN
Bearer
The phone number to relinquish
Number successfully relinquished
The response is of type object.
object
Was this page helpful?