KashierDevelopersKashier Developers

Delete payment page

curl -X DELETE "https://test-api.kashier.io/v2/paymentPage/string"
{  "body": {    "_id": "507f1f77bcf86cd799439011",    "deletedAt": "2026-07-30 09:20:11.004000+00:00"  },  "message": "success"}

Deletes a payment page. The page is soft-deleted — the public link stops working and the page drops out of List payment pages, but the payments already collected against it are retained.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Path Parameters

id*string

The payment page identifier.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

DELETE
/v2/paymentPage/{id}