shield logo
Docs
Shield

Delete API User

DELETE
/realms/{REALM_ID}/clients/{CLIENT_ID}/api-users/{API_USER_ID}

Delete API User

/realms/{REALM_ID}/clients/{CLIENT_ID}/api-users/{API_USER_ID}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Header Parameters

api-keystring

Path Parameters

REALM_ID
Required
string

CLIENT_ID
Required
string

API_USER_ID
Required
string

curl -X DELETE "http://{{base_url}}/realms/string/clients/string/api-users/string" \
  -H "api-key: {{API_KEY}}" \
  -H "Authorization: Bearer <token>"

Successful response

Edit on GitHub

Last updated on