Delete an operator connection
Authorization
bearerAuth AuthorizationBearer <token>
API key as a bearer token (Authorization: Bearer sk_live_...).
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/operator_connections/string"{
"id": "string",
"object": "string",
"deleted": true
}{
"error": {
"type": "invalid_request_error",
"code": "string",
"message": "string",
"param": "string",
"request_id": "string",
"doc_url": "string",
"operator_decline_code": "string"
}
}