WarmablyWarmablyDOCS
Search docs⌘K
Dashboard
API Reference/Endpoints

Delete an event

DELETE/api/linkedin/gateway/calendars/{calendar_id}/events/{event_id}

Removes an event from a calendar.

Authentication

Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.

Path parameters

FieldTypeDescription
calendar_id *stringThe calendar the event is on.
event_id *stringThe event to delete.

Query parameters

FieldTypeDescription
account_id *stringThe connected account the calendar belongs to.

Response fields

FieldTypeDescription
object"CalendarEventDeleted"Always this value.

Errors

·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.·404 Not Found. No calendar or event with those ids was found on this account.
CredentialsRequired
AuthorizationBearer wm_live_••••••••
RequestTry it
curl -X DELETE "https://api.warmably.com/api/linkedin/gateway/calendars/c5a2f918-3e6b-4d70-8a19-2f7c6e1b9d40/events/e19b4c7a-8f2d-4a63-9e05-1c6a3f8b2d70?account_id=459993d2-b0e7-4b19-baf9-45252ca324cf" \
  -H "Authorization: Bearer wm_live_..."
Response
200 OK
{
  "object": "CalendarEventDeleted"
}
No key yet? Create one from Dashboard → API Keys.