Skip to main content
DELETE
/
numbers
/
{reservedNumberId}
Release a number
curl --request DELETE \
  --url https://api.pokulabs.com/numbers/{reservedNumberId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "cab29b2d-a8be-43a6-82e1-7eb33b9fc844",
  "number": "+14157046427"
}

Documentation Index

Fetch the complete documentation index at: https://docs.pokulabs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"

Path Parameters

reservedNumberId
string<uuid>
required

Response

200 - application/json

Number successfully released.

id
string

The ID of the released number.

number
string

The released phone number in E.164 format.