DELETE
/
payment-link
Deactivate Payment Link
curl --request DELETE \
  --url https://nini.monieswitch.com/payment-link \
  --header 'Authorization: <authorization>'
{
  "message": "Payment link successfully deactivated",
  "status": true
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Query Parameters

payment link ID

Example:

"226ad356-d898-4ff0-be1c-8a341a1eaa3d"

Response

200 - application/json

Deactivate Payment Link

The response is of type object.