v1

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

Deactivate an entity context sync integration

Deactivate all active entity context sync integrations of the given source type (for example, Entra ID).

post/api/v2/security_monitoring/configuration/integration_config/{integration_type}/deactivate

Path parameters

integration_typestring required
Example:entra_id

The integration type to deactivate (for example, entra_id).

Response

OK

Example response

{
  "data": {
    "attributes": {
      "created_at": "2026-05-01T12:00:00Z",
      "domain": "siem-test.com",
      "enabled": true,
      "integration_type": "GOOGLE_WORKSPACE",
      "modified_at": "2026-05-01T12:00:00Z",
      "name": "My GWS Integration",
      "settings": {
        "setting1": "value1"
      },
      "state": "valid"
    },
    "id": "11111111-2222-3333-4444-555555555555",
    "type": "integration_config"
  }
}