Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

A short-lived OAuth access token for server-side requests. Generate one via the Generate OAuth Token flow or automatically when initializing the SDK client.

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Pattern: ^proj_[a-zA-Z0-9]+$
id
string
required

The OAuth client ID, which starts with oa_.

Pattern: ^oa_[0-9A-Za-z]+$

Response

OAuth client deleted