POST
/
enterprise
/
lease
/
relinquish
/
{number}
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"
  }
}

This endpoint requires an Enterprise plan.

Authorizations

Authorization
string
header
required

Authentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN. Bearer is allowed.

Path Parameters

number
string
required

The phone number to relinquish

Response

200
application/json
Number successfully relinquished
id
string

Unique identifier for the response

object
enum<string>
Available options:
relinquished_confirmation
created_at
integer

Unix timestamp of when the response was created

data
object