v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Security Monitoring

Unsubscribe from sample log generation

Unsubscribe from sample log generation for a Cloud SIEM content pack. After unsubscribing, no more sample logs are generated for the requested content pack.

Availability: this endpoint is restricted to Cloud SIEM trial organizations on an eligible pricing model. Non-trial orgs receive 403 Forbidden, the feature flag may also reject requests with 400 Bad Request, and legacy pricing tiers receive a response with status: not_available.

delete/api/v2/security_monitoring/sample_log_generation/subscriptions/{content_pack_id}

Path parameters

content_pack_idstring required

The identifier of the Cloud SIEM content pack to operate on (for example, aws-cloudtrail).

Response

OK

Example response

{
  "data": {
    "attributes": {
      "content_pack_id": "aws-cloudtrail",
      "created_at": "2026-05-08T20:02:13.77481Z",
      "expires_at": "2026-05-11T20:02:13.77481Z",
      "is_active": true,
      "status": "subscribed"
    },
    "id": "789",
    "type": "subscriptions"
  }
}