Skip to content

Delete a Phone

Request

OAuth 2.0 scope:
  • okta.myAccount.phone.manage

Deletes the current user's phone information by ID

Path
idstringrequired

The ID of the phone. Obtain the ID of the phone through GET /idp/myaccount/phones or POST /idp/myaccount/phones when adding a new phone.

Example:sms10ltpSdwXJCem80g4
Headers
Acceptstringrequired

Specifies the API version. Current version: 1.0.0

Example:application/json; okta-version=1.0.0
DELETE
/idp/myaccount/phones/{id}
curl -i -X DELETE \
  https://okta-subdomain.pixtulate.com/idp/myaccount/phones/sms10ltpSdwXJCem80g4 \
  -H 'Accept: application/json; okta-version=1.0.0'

Responses

No Content

Bodyapplication/json;okta-version=1.0.0
Response
No content