v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
alternateEmailAddress

Delete alternate email

Deletes the specified alternate email address for the specified user.

Who can use this operation?

  • Plans: Only Enterprise and Advanced Work Management plans with this feature activated by Support can use this method. If you want to activate this feature, please contact Support.
  • Permissions: System Admin
delete/users/{userId}/alternateemails/{alternateEmailId}

Response

Returns the result object.

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}