extensions / API authentication
DELETE/v1/auth/connections/{project_id}

DELETE /v1/auth/connections/{project_id}

A description is not available in the current release metadata.

DELETE
Code examples
Integration
DELETE /v1/auth/connections/{project_id}
EnvironmentBASE_URL
Request
curl --request DELETE \
  --url "${BASE_URL}/v1/auth/connections/example_project_id" \
  --header "Authorization: Bearer YOUR_API_KEY"
Response

Response examples are not available in the current release metadata.

Authentication

Required: Bearer API key.

Authentication

Requirement
Required
Credential type
Bearer API key
Scopes
Not specified

Headers

NameRequiredType
AuthorizationYesNot specified

Path Parameters

NameRequiredType
project_idYesNot specified

Query Parameters

Request Body

Response Body

StatusFields
200okdisconnectedproject_id

Errors

invalid_api_keyinvalid_project_idconnection_not_found

Availability

Available in
v0.1.0
Available since
v0.1.0
Implementation
Available
Deprecation
Not specified
Rate limits
Not specified