v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBEvents
Delete an event.
Delete an event.
Required scopes: flex.collaboration.events.delete
delete/api/v2/organizations/{orgSlug}/events/{eventId}
Path parameters
eventIdstring required
Id of the event.
orgSlugstring required
organization slug
Response
Example response
{
"_id": "603dfbc260f4054084125d30",
"start": "2024-01-01T06:00:00Z",
"end": "2024-01-01T12:00:00Z",
"timezone": "America/New_York",
"title": "Lunch and Learn",
"location": "603dfbc260f4054084125d33",
"locations": [
"603dfbc260f4054084125d33",
"603dfbc260f4054084125d34"
],
"description": "Join us for a lunch and learn session.",
"where": "Conference Room 1",
"company": "603dfbc260f4054084125d33",
"member": "603dfbc260f4054084125d33",
"limit": 20,
"links": [
"https://www.google.com",
"https://app.officernd.com"
],
"image": "https://www.google.com/image.png"
}