ZITADEL Docs
APIsCore ResourcesV2User

Remove a Users Secret

Remove the current client ID and client secret from a service account.

Required permission:

  • user.write
DELETE
/v2/users/{user_id}/secret

Path Parameters

user_id*string

Response Body

application/json

curl -X DELETE "https://loading/v2/users/string/secret"
{
  "deletionDate": "2023-01-15T01:30:15.01Z"
}

Was this page helpful?