v1

latestOpenAPI 3.1.02026-08-0624411242.2 KB
Events

Remove travelers from an event

Remove travelers from an event. This endpoint allows you to remove up to 10 travelers per API call.

post/v2/events/{eventId}/travelers/remove

Request body

type'GENERIC' | 'PROGRAM' | 'PROGRAM_SESSION' | 'PROGRAM_TRIP'

Type of an event

Example request

{
  "type": "GENERIC"
}

Response

OK