webhooks.not_found
The webhook subscription ID was not found or belongs to a different workspace.
webhooks.not_found is returned when a webhook subscription operation targets an ID that does not exist or belongs to a different workspace. The platform enforces workspace isolation on subscription records.
The subscription ID is wrong, the subscription was deleted, or it belongs to a different workspace.
Verify the subscription ID against the list returned by GET /v1/webhooks. Ensure the request uses the correct workspace context.
{
"error": {
"code": "webhooks.not_found",
"message": "webhook subscription not found",
"request_id": "req_01900000abc"
}
}