cURL
curl --request DELETE \ --url https://api.getsafepay.com/raastwire/v1/aggregators/{raast-aggregator-id}/webhooks/{webhook-id} \ --header 'X-SFPY-AGGREGATOR-SECRET-KEY: <api-key>'
{ "api_version": "v1", "data": {} }
The unique identifier for the aggregator
"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"
The unique identifier for the webhook
"wh_be2d4ee4-96b0-4104-92b2-95237fd3aa16"
Successful operation
Standard response structure for successful operations
The current version of the API spec
"v1"
Empty payload structure returned for successful operations without additional data
{}
Was this page helpful?