curl --request DELETE \
--url https://public-api.sessionboard.com/v1/event/{eventId}/agenda-drafts/{draftId}/sessions/{draftSessionId} \
--header 'x-access-token: <api-key>'Remove a session from an agenda draft. Requires the write:events scope.
curl --request DELETE \
--url https://public-api.sessionboard.com/v1/event/{eventId}/agenda-drafts/{draftId}/sessions/{draftSessionId} \
--header 'x-access-token: <api-key>'