cURL
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" }