Skip to main content
DELETE
/
api
/
v1
/
numbers
/
{id}
Delete Number
curl --request DELETE \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/numbers/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://cooloquiptyltd.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

The ID of the number.

Response

204

No Content