Skip to main content
DELETE
/
payment-link
Deactivate Payment Link
curl --request DELETE \
  --url https://nini.monieswitch.com/payment-link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": true,
  "message": "Payment link created deactivated"
}

Authorizations

Authorization
string
header
required

Query Parameters

Body

application/json · object

Response

200 - application/json
status
boolean
message
string