| 1234567891011121314151617181920212223242526272829303132 | --:api: delete-user:request: DeleteUserRequest:response: DeleteUserResponse--[id="{upid}-{api}"]=== Delete User API[id="{upid}-{api}-request"]==== Delete User RequestA user can be deleted as follows:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]--------------------------------------------------[id="{upid}-{api}-response"]==== Delete ResponseThe returned +{response}+ allows to retrieve information about the executed operation as follows:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> whether the given user was foundinclude::../execution.asciidoc[]
 |