Remove Incident Attachment
POST /Command/RemoveIncidentAttachment
Remove File Attachments From Incidents.
Request
Authentication: API keys or JSON web tokens (JWT)
Body Parameters
Parameter Name | Type | Required/Optional | Description |
---|---|---|---|
Username |
| Required | The username of your D3 SOAR account. |
Site |
| Required | The D3 SOAR site to run the remote command. |
Incident Numbers |
| Required | The string array of incident number. |
File Ids |
| Optional | The integer array of Attachment file id. |
File Names |
| Optional | The string array of Attachment file name. |