DELETE/auth/users/{userId}

Use this API to delete a specific user.

Authentication
Organization User (CustomerEmployee)

Service Account

Required Permissions
Auth:Users:Delete: Always required.
Authorizations
Bearer Token: To authenticate API requests.
X-DFNS-USERACTION
User Action Signature: To sign the change-inducing API requests.
Parameters

userId: Minimum length: 1

Request body
curl --request DELETE \
  --url https://api.digitalassets.ibm.com/auth/users/{userId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-DFNS-USERACTION: <api-key>'
Response
200: Success