Delete phone number
Update phone number
Delete phone number
Remove the phone number associated with the authenticated user account.
Use this endpoint when a user no longer wants a phone number linked to their profile.
Behavior notes:
- Returns 204 when removal succeeds.
- The phone number field is cleared from the account profile.
- Updated account data can be validated with GET /user/account.
DELETE
Delete phone number
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
204
The user's phone number was deleted