Skip to main content
Alerting & Response/Alert Channels & Integrations
DELETEAlertingSince 1.0SynchronousAuth Required

DeleteAlertWebhookEndpoint

Delete a webhook endpoint permanently

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Query Parameters

Request Inputs

Path Parameters

  • endpointIdStringRequired

    Endpoint identifier to delete

Query Parameters

  • options.propagationPolicyString

    PropagationPolicy overrides the resource's default policy when non-empty. Accepted values: Restrict, Foreground, Background, Orphan, SoftDelete.

  • options.forceBoolean

    Force skips the Finalizer phase and advances directly to PhysicalDelete. Requires operator-level permission; returns PermissionDenied until the audit-integration rollout lands.

    Example: true

  • options.gracePeriodSecondsInteger

    GracePeriodSeconds defines the post-request delay before the engine begins the Checking phase. Default 0 (immediate).

    Example: 0

  • options.revokeRemoteCredentialsBoolean

    RevokeRemoteCredentials is a resource-scoped hint for resources that carry out-of-band credentials (e.g. Platform access keys). When true, the corresponding revoke finalizer is activated for this request. Ignored by resources that do not register such a finalizer.

    Example: true

Responses

DELETE endpoints return an empty object on success, or a standard error structure on failure.

Success Response

{}

Error Response

{
  "error": {
    "code": "SYS.1001",
    "description": "A message or a operation timeout",
    "details": "Delete resource timeout after 300s"
  }
}

Endpoint

DELETE/api/v1/alerting/webhook-endpoints/{endpointId}

/api/v1/alerting/webhook-endpoints/{endpointId}

Operation ID

DeleteAlertWebhookEndpoint

Permalink

Request Example

curl -X DELETE '{host}/api/v1/alerting/webhook-endpoints/{endpointId}' -H 'Authorization: Bearer {token}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history