API

Delete user payment

Deletes payment with ID.

It is only possible to delete pending payments that have not yet been processed.

DELETE/v1/marketplace/user/payments/{payment_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

payment_id*string

Payment ID

Query Parameters

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

Response Body

application/json

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