Delete a zoom oauth connection
Deletes a zoom oauth connection.
Path Parameters
- Type: stringobject
_id requiredZoom OAuth Connection ID
Headers
- Type: stringAuthorizationrequired
API key for authentication
- Type: stringContent
- Type requiredShould 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