DELETE /a/config/oauth2clients/{client_id}

[Enterprise Only] Delete an oauth2 client

Path Parameters

  • client_id (string, required)

  • client_name (string)

  • client_secret (string)

  • redirect_uris (array)

  • grant_types (array)

  • response_types (array)

  • scope (string)

  • audience (array)

Response Example (200)

Response Type /definitions/entOAuth2ClientResponse

{
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top