Delete card
Deletes card with specified ID.
DELETE
/v1/marketplace/cards/{card_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
card_id*string
Card ID
Query Parameters
select?array<string>
expand?array<string>
Response Body
application/json
curl -X DELETE "https://api.noona.is/v1/marketplace/cards/string"Empty
{
"type": "generic_error",
"message": "Time slot is not available."
}