/gmail/v1/users/{userId}/settings/cse/identities/{cseEmailAddress}
DELETE
/gmail/v1/users/{userId}/settings/cse/identities/{cseEmailAddress}Deletes a client-side encryption identity. The authenticated user can no longer use the identity to send encrypted messages. You cannot restore the identity after you delete it. Instead, use the CreateCseIdentity method to create another identity with the same configuration.
Request
Path Params
userId
string
required
The requester's primary email address. To indicate the authenticated user, you can use the special value me
.
cseEmailAddress
string
required
The primary email address associated with the client-side encryption identity configuration that's removed.
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a year ago