Skip to main content

Delete a generic credential from a client

DELETE 

/nevisidm/api/core/v1/clients/:clientExtId/generic-credentials/:credentialExtId

Since: 7.2405.0, 8.2405.0

Required permission(s): AccessControl.ClientView,AccessControl.CredentialView

Deletes the generic credential with the given external ID from the client with the given external ID. This permanently removes the credential.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    credentialExtId stringrequired

    External ID of the generic credential to delete.

    Example: cred-123

Responses

Generic credential deleted successfully

Loading...