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}
Environment
BASE_URLcurl --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
| Name | Required | Type |
|---|---|---|
Authorization | Yes | Not specified |
Path Parameters
| Name | Required | Type |
|---|---|---|
project_id | Yes | Not specified |
Query Parameters
Request Body
Response Body
| Status | Fields |
|---|---|
200 | okdisconnectedproject_id |
Errors
invalid_api_keyinvalid_project_idconnection_not_foundAvailability
- Available in
- v0.1.0
- Available since
- v0.1.0
- Implementation
- Available
- Deprecation
- Not specified
- Rate limits
- Not specified