Remove Paywall
Method
DELETE https://api.ninjapay.me/webextension/api/v1/fiat/paywall
Parameter
Request body
Body (application/json)
{
"id":"PAYWALLpvIWfx3NNCPw4JW"
}Response
{
"status":true,
"data":{},
"message":"Paywall removed successfully"
}Code Example
Last updated