Skip to main content
DELETE
/
release-phone-number
/
{id}
release-phone-number/:id
curl --request DELETE \
  --url https://api.daily.co/v1/release-phone-number/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200

status
string