Delete ServiceNow attachment
servicenow_delete_attachmentDelete a ServiceNow attachment using its sys_id. Provide the attachment_sys_id and set apply to true to remove the file from the instance.
Instructions
Delete an attachment by its sys_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | Execute the change. In the default plan mode, omitting this returns a non-mutating before/after preview; set true to apply. SN_WRITE_MODE=apply makes execution the default. | |
| instance | No | Connection profile to use for this call (default: the active profile). See servicenow_list_instances. | |
| attachment_sys_id | Yes | The sys_id of the attachment to delete. |