Skip to content

Remove member secondary phone number

Request

Removes a secondary phone number from the member's profile.

Required permissions: apps:edit, [appId]:edit, users:edit.

Security
OrgAdminAccessToken or ClientAccessToken
Path
phone_numberstringrequired

Secondary phone number to remove

organization_idstringrequired

ID of the organization

user_idstringrequired

ID of the user

curl -i -X DELETE \
  'https://api.sbx.transmitsecurity.io/cis/v1/organizations/{organization_id}/members/{user_id}/phone-numbers/{phone_number}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Secondary phone number is removed

Response
No content