Delete booking offer
Deletes a specific booking offer by ID.
DELETE
/v1/marketplace/booking_offers/{booking_offer_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
booking_offer_id*string
Query Parameters
select?array<string>
expand?array<string>
Response Body
application/json
application/json
curl -X DELETE "https://api.noona.is/v1/marketplace/booking_offers/string"Empty
{
"type": "generic_error",
"message": "Time slot is not available."
}{
"type": "generic_error",
"message": "Time slot is not available."
}