> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Close Offense

Close an offense in QRadar.

<Note>
  External Documentation

  To learn more, visit the [QRadar documentation](https://ibmsecuritydocs.github.io/qradar_api_20.0/20.0--siem-offenses-offense_id-POST.html).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                                       |
  | ----------------- | ------------------------------------------------------------------------------------------------- |
  | Closing Reason ID | The ID of a closing reason. You must provide a valid closing reason ID when you close an offense. |
  | Offense ID        | The ID of the offense to close.                                                                   |
</div>

## Example Output

```json theme={"dark"}
{
	"assigned_to": "String",
	"categories": [
		"String"
	],
	"category_count": 42,
	"close_time": 42,
	"closing_reason_id": 42,
	"closing_user": "String",
	"credibility": 42,
	"description": "String",
	"destination_networks": [
		"String"
	],
	"device_count": 42,
	"domain_id": 42,
	"event_count": 42,
	"first_persisted_time": 42,
	"flow_count": 42,
	"follow_up": true,
	"id": 42,
	"inactive": true,
	"last_persisted_time": 42,
	"last_updated_time": 42,
	"local_destination_address_ids": [
		42
	],
	"local_destination_count": 42,
	"log_sources": [
		{
			"id": 42,
			"name": "String",
			"type_id": 42,
			"type_name": "String"
		}
	],
	"magnitude": 42,
	"offense_source": "String",
	"offense_type": 42,
	"policy_category_count": 42,
	"protected": true,
	"relevance": 42,
	"remote_destination_count": 42,
	"rules": [
		{
			"id": 42,
			"type": "String <one of: ADE_RULE, BUILDING_BLOCK_RULE, CRE_RULE>"
		}
	],
	"security_category_count": 42,
	"severity": 42,
	"source_address_ids": [
		42
	],
	"source_count": 42,
	"source_network": "String",
	"start_time": 42,
	"status": "String <one of: OPEN, HIDDEN, CLOSED>",
	"username_count": 42
}
```

## Workflow Library Example

[Close Offense with Qradar and Send Results Via Email](https://library.blinkops.com/workflows/close-offense-with-qradar-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/close-offense-with-qradar-and-send-results-via-email/canvas" />
</div>
