forked from LiveCarta/PayPal-PHP-SDK
- Updated Releasinator version to 0.6 - Renamed Changelog.md file to CHANGELOG.md - Added new line at the end of file
34 lines
782 B
JSON
34 lines
782 B
JSON
{
|
|
"description":"Delete a webhook",
|
|
"title":"Delete a webhook",
|
|
"runnable":true,
|
|
"operationId":"webhooks.delete",
|
|
"user":{
|
|
"scopes":[
|
|
"https://uri.paypal.com/services/applications/webhooks"
|
|
]
|
|
},
|
|
"credentials":{
|
|
"oauth":{
|
|
"path":"/v1/oauth/token",
|
|
"clientId":"",
|
|
"clientSecret":""
|
|
}
|
|
},
|
|
"request":{
|
|
"path":"v1/notifications/webhooks/5GP028458E2496506",
|
|
"method":"DELETE",
|
|
"headers":{
|
|
"Content-Type":"application/json",
|
|
"Authorization":"Bearer ECvJ_yBNz_UfMmCvWEbT_2ZWXdzbFFQZ-1Y5K2NGgeHn"
|
|
}
|
|
},
|
|
"response":{
|
|
"status":"204",
|
|
"headers":{
|
|
"Content-Type":"application/json",
|
|
"Paypal-Debug-id":"0c444abc1d12d"
|
|
}
|
|
}
|
|
}
|