Delete a zoom oauth connection

Deletes a zoom oauth connection.

Path Parameters
  • object_id
    Type: string
    required

    Zoom OAuth Connection ID

Headers
  • Authorization
    Type: string
    required

    API key for authentication

  • Content-Type
    Type: string
    required

    Should always be application/json

Responses
  • 200

    Zoom OAuth Connection deleted successfully

  • 404

    Zoom OAuth Connection not found

Request Example for delete/api/v1/zoom_oauth_connections/{object_id}
curl https://app.attendee.dev/api/v1/zoom_oauth_connections/zoc_abcdef1234567890 \
  --request DELETE \
  --header 'Authorization: Token YOUR_API_KEY_HERE' \
  --header 'Content-Type: application/json'
No Body