ACE (Agentic Commerce Engine)
API ReferenceWebhooksId

Delete a webhook subscription

DELETE
/webhooks/{id}

Authorization

AuthorizationBearer <token>

API key in the Authorization header: Authorization: Bearer ace_live_.... Use an ace_test_... key for the free, rate-capped sandbox.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/webhooks/string"
{  "data": {    "success": true  }}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}