Delete Clerk phone number

Delete a Clerk phone number.

← All Clerk endpoints · Capability overview

DELETE/v1/clerk/phone-numbers/{phone_number_id}

https://api.vee3.io/v1/clerk/phone-numbers/{phone_number_id}

10 tokens

Delete a Clerk phone number.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.delete_phone_number
Parameters2 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

phone_number_idstringRequired

Clerk phone number id (idn_... or phn_...) to retrieve or modify.

Response4 fields
deletedobject
3 fields

Deleted object confirmation from the Clerk Backend API.

idstring

Deleted phone number id.

objectstring

Object type that was deleted.

deletedboolean

Whether the object was deleted.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required