Deleting an account#
Method
DELETE https://login.company.com/blitz/api/v2/users/{subjectId}?instanceId={instanceId}
Deleting the user account.
The subjectId
contains the identifier of the account to be deleted, and the instanceId
parameter contains a link to the account to be deleted. To find out the value of instanceId
for the user, you must first call the GET service for obtaining attributes of the user.
Example
DELETE /blitz/api/v2/users/d..2a?instanceId=M…U HTTP/1.1
Authorization: Basic YXBwX2lkOmFwcF9zZWNyZXQ=