Delete client

Description

Delete client registration data. Protected by clients:delete scope

OAuth 2.0 Scope elements

  • clients:delete

Method

DELETE

Path

[runtime-name]/api/registration/v1/clients/{clientId}

Path Parameters

clientId
Client ID

Produces

*/*

Responses

204
No Content
404
Client ID not found
200
Client deleted
401
Invalid access token
400
Invalid request/missing token
403
Insufficient scope