# Delete user's phone number Initiate the deletion process for a user's phone number. This endpoint begins the phone number removal workflow by sending a verification code to the user. The phone number will not be deleted until the verification step is completed. Path parameters: - id: The unique identifier of the phone number to be deleted. Use this endpoint to trigger the secure deletion process for a user's phone number. A follow-up verification step is required to finalize the removal. Endpoint: DELETE /resources/users/phone-numbers/v1/{id} Security: bearer ## Path parameters: - `id` (string, required)