Rest apiEndpoints
Delete Unified Event
Delete an event by metaId for a user across all their calendars
Authorization
token AuthorizationBearer <token>
Recal API token
In: header
Path Parameters
metaId*string
userId*string
Match
^[A-Za-z0-9][A-Za-z0-9._-]{2,127}$Query Parameters
provider?array<>|unknown|unknown
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/meta/string"{ "data": { "success": true }}