CuraeAI Developers
API referencePlatform Webhooks

Delete a Platform webhook endpoint

Soft-deletes a webhook endpoint owned by the API key's customer account.

DELETE/api/platform/v1/webhook-endpoints/{id}

Soft-deletes a webhook endpoint owned by the API key's customer account.

Authorization

platformApiKey
AuthorizationBearer <token>

CuraeAI Platform API key using the format Bearer . Keys are opaque credentials such as cae_live_..., not JWTs.

In: header

Path Parameters

id*string

Webhook endpoint identifier.

Header Parameters

If-Match?string

Optional entity tag precondition. When supplied, the delete succeeds only if the current resource version matches one of the validators or *.

Idempotency-Key?string

Optional idempotency key to make this mutation safe to retry. Replays of the same (apiKey, key) within 24h return the original response.

Response Body

application/problem+json

curl -X DELETE "https://example.com/api/platform/v1/webhook-endpoints/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "code": "string",  "details": {},  "retryable": true}