Skip to main content

Delete old Client Secret

DELETE 

/apps-srv/clients/:client_id/clientsecret/:client_secret

This API call allows you to remove the old_client_secret. In case you're switching from the old client secret, it is a good practice to remove the old client secret as soon as all apps are switched to the new client secret.

Note: This endpoint can only delete a client secret if there are exactly two client secrets present. The secret to be deleted must be the first one in the list (the old secret).

Request

Responses

Accepted