API

Request account deletion

Requests deletion of the current marketplace user account. This marks the user with a deleteRequestedAt timestamp and sends a notification for manual processing.

DELETE/v1/marketplace/user

Authorization

Marketplace-Authentication

Authorization<token>

The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.

In: header

Query Parameters

select?array<string>
expand?array<string>

Response Body

application/json

curl -X DELETE "https://api.noona.is/v1/marketplace/user"
Empty
{
  "type": "generic_error",
  "message": "Time slot is not available."
}