Skip to main content
PATCH
Schedule or clear a number's future auto-release

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json
release_at
string<date-time> | null
required

ISO-8601 timestamp at which the held DID should be automatically released back to inventory. Must be strictly in the future; pass null to clear an existing scheduled release.

Response

The updated phone number record with the new scheduled-release date applied

data
object

The full phone number record after the scheduled-release date was set or cleared.

meta
object