forked from LiveCarta/PayPal-PHP-SDK
More Webhook API Changes
- Updated API Models with Fixes - Updated Samples - Additional Functional Tests
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user