Skip to main content

Delete a URL ticket

DELETE 

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

Since: 2.85.0

Required permission(s): AccessControl.CredentialDelete

Deletes the URL ticket credential of the specified user.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123

Responses

URL ticket deleted successfully

Loading...