Skip to main content

Delete a client secret of auch client

DELETE 

/auth/api/login/client/:id/client-secret/:fingerprint

Authorization: apiKey

name: bearertype: apiKeyscheme: bearerbearerFormat: JWTdescription: Access token provided after running the oauth flow (and if needed registering/linking)

Deletes the client secret with the given fingerprint from the autch client with the given id

Request

Path Parameters

    id uuidrequired

    The uuid string of an existing auth client to delete a client secret from

    fingerprint stringrequired

    The fingerprint string of one of the existing client secrets of the client to delete

Responses

If deletion was successfull, the default response with operation "delete-clientSecret"

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: 2025-04-26T15:49:53.599Z

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

curl -L -X DELETE 'https://ccims.github.io/auth/api/login/client/:id/client-secret/:fingerprint' \
-H 'Accept: application/json'
Request Collapse all
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!