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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Body

application/json · object

Response

200 - application/json

Deactivate Payment Link

The response is of type object.