forked from LiveCarta/PayPal-PHP-SDK
33 lines
781 B
JSON
33 lines
781 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"
|
|
}
|
|
}
|
|
} |