Waitlist Entries
Reject a waitlist entry
Reject a waitlist entry.
post/waitlist_entries/{waitlist_entry_id}/reject
Path parameters
waitlist_entry_idstring required
The ID of the waitlist entry to reject
Response
A Waitlist Entry
Example response
{
"status": "pending",
"invitation": {
"status": "pending"
}
}