DeleteIdentityRequest¶
DeleteIdentityResponse¶
Purpose¶
Describe the purpose of the message.
A DeleteIdentityRequest
instructs the identity management engine to delete an existing identity using the specified backend.
A DeleteIdentityResponse
provides the response information from an attempt to delete an identity.
Type¶
DeleteIdentityRequest DeleteIdentityResponse
Behaviour¶
- Attempts to use the designated backend to delete the specified identity
- This will likely involve authentication on the backend
- Returns a DeleteIdentityResponse
Message flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ IdentityManagementEngine: DeleteIdentityRequest
IdentityManagementEngine -->>- Any Local Engine: DeleteIdentityResponse
%% --8<-- [end:sequence]