Skip to content
Micepad Docs
Esc
navigateopen⌘Jpreview

Delete an attendee field

DELETE/events/{event_id}/attendee_fields/{id}
Authorization
AuthorizationOAuth2 access token · headerrequired
Scopes:write
Path parameters
event_idintegerrequired
Event id
idintegerrequired
Attendee field id
Responses
204Deleted
401Missing, invalid, expired, or revoked OAuth token
errorstring
404Not found
errorstring
429Rate limit exceeded
errorstring
Request
curl -X DELETE "http://localhost:3000/api/v2/events/0/attendee_fields/0" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Response
Deleted