LogoRecal
Rest apiEndpoints

Delete Event

DELETE
/v1/users/{userId}/calendar/events/{provider}/{calendarId}/{eventId}

Delete an event for a user for a specific calendar and provider

AuthorizationBearer <token>

Recal API token

In: header

Path Parameters

calendarId*string
eventId*string
provider*unknown

Value in

  • "google"
  • "microsoft"
userId*string
Match^[A-Za-z0-9][A-Za-z0-9._-]{2,127}$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/users/user_123/calendar/events/google/string/string"
{  "data": {    "success": true  }}