Alerts
Delete attachment
Deletes the specified attachment from the alert.
delete/api/{cloudId}/v1/alerts/{alertId}/attachments/{id}
Path parameters
cloudIdstring required
The cloud ID of the Jira instance.
alertIdstring required
The ID of the alert.
idstring required
The attachment ID (timestamp).
Response
Returned if the attachment is successfully deleted.
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○