Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Deletes the attachment for a given id or for a specified issue and file name. |
...
Table plus | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
|
Or
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Return Type
Boolean (true/false)
...
Examples
Example 1
Code Block | ||
---|---|---|
| ||
deleteAttachment(10104); |
Example 2
Code Block | ||
---|---|---|
| ||
deleteAttachment("TEST-1", "attachmentToDelete.txt"); |
...