View a markdown version of this page

DeletePersonalTime - AWS Events API

DeletePersonalTime

Removes a personal time entry. Give its ID in the path. IDs come from GetSchedule. You must sign in.

DELETE /v1/events/{eventId}/personal-time/{personalTimeId}
curl -X DELETE \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.awsevents.com/v1/events/reinvent2026/personal-time/$PERSONAL_TIME_ID