Skip to main content
DELETE
/
api
/
v1
/
zoom_oauth_connections
/
{object_id}
curl --request DELETE \
  --url https://app.attendee.dev/api/v1/zoom_oauth_connections/zoc_abcdef1234567890 \
  --header 'Authorization: Token YOUR_API_KEY_HERE' \
  --header 'Content-Type: application/json'
{}

Authentication

Requires API key authentication via the Authorization header.

Path Parameters

object_id
string
required
Zoom OAuth Connection ID (e.g., zoc_abcdef1234567890)

Response

Returns a 200 status code on success with no response body.
curl --request DELETE \
  --url https://app.attendee.dev/api/v1/zoom_oauth_connections/zoc_abcdef1234567890 \
  --header 'Authorization: Token YOUR_API_KEY_HERE' \
  --header 'Content-Type: application/json'
{}

Build docs developers (and LLMs) love