Delete OAuth2 client

Revokes the OAuth2 client and immediately invalidates all tokens issued to it.

Path Parameters
  • clientId
    Type: integer
    required

    ID of OAuth2 client

Responses
  • 200

    OAuth2 client deleted

  • application/json
  • application/json
  • application/json
  • 404

    OAuth2 client not found

  • application/json
Request Example for delete/auth/oauth/client/{clientId}
curl https://test.boost.space/api/auth/oauth/client/1 \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body