Skip to main content
Docs

deletePhoneNumber()

Deletes a .

function deletePhoneNumber(phoneNumberId: string): Promise<PhoneNumber>
  • Name
    phoneNumberId
    Type
    string
    Description

    The ID of the phone number to delete.

Note

Importing clerkClient varies based on your framework. Refer to the for usage details, including guidance on .

const phoneNumberId = 'idn_123'

const response = await clerkClient.phoneNumbers.deletePhoneNumber(phoneNumberId)

Backend API (BAPI) endpoint

This method in the SDK is a wrapper around the BAPI endpoint DELETE/phone_numbers/{phone_number_id}. See the BAPI reference for more information.

Feedback

What did you think of this content?

Last updated on