Skip to main content

Delete a ticket credential

DELETE 

/nevisidm/api/core/v1/:clientExtId/users/:userExtId/ticket

Since: 8.2511.0

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

Deletes the ticket credential of the specified user.

In self-admin mode, a valid JWT token must be provided in the X-Token request header.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123

Responses

Ticket credential deleted successfully

Loading...