🚀 Card Payment is live! Learn more
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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deactivate Payment Link
The response is of type object.
object