Skip to main content

Permanently delete existing auth client

DELETE 

/login/client/:id

Permanently deletes an existing auth client by its id.

Request

Path Parameters

    id uuidrequired

    The uuid string of an existing auth client to delete

Responses

If deletion succeeded, the default response

Schema
    operation stringrequired

    A string representation of the operation performed

    result stringrequired

    Possible values: [success, failed]

    Default value: success

    The result of the operation. Defaults to "success"

    time date-timerequired

    Default value: 2024-07-03T21:50:49.978Z

    The time the operation was performed. Defaults to the current date+time

Loading...