Delete Client

  • DEL
  • /oauth2
  • /register
  • /:client_id

Delete client

Request

URL PARAMETERS
client_idrequiredstring
Client identifier

Example: "123-api-buddy-client"

Last modified on May 19, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/oauth2/register/:client_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
204 Client successfully deleted