Delete waitlist entry
Deletes a waitlist entry by ID.
DELETE
/v1/marketplace/waitlist_entries/{waitlist_entry_id}Authorization
Marketplace-Authentication
Authorization<token>
The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.
In: header
Path Parameters
waitlist_entry_id*string
Waitlist Entry ID
Query Parameters
select?array<string>
expand?array<string>
Response Body
application/json
curl -X DELETE "https://api.noona.is/v1/marketplace/waitlist_entries/string"Empty
{
"type": "generic_error",
"message": "Time slot is not available."
}