Skip to main content
PUT
/
model-monitor
/
v2
/
api
/
auth
/
user
/
revoke_api_key
Revokes user's DMM API key.
curl --request PUT \
  --url https://api.example.com/model-monitor/v2/api/auth/user/revoke_api_key \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "userId": "<string>"
}
'

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Revoke DMM API Key Request

userId
string

User Id (idpId in API Key Report) of user whose API key should be revoked.

Response

User DMM API key revoked.