Contents
課題添付ファイルの削除
課題の添付ファイルを削除します。
実行可能な権限
管理者
一般ユーザー
メソッド
DELETE
URL
/api/v2/issues/:issueIdOrKey/attachments/:attachmentId
URL パラメーター
パラメーター名 | 型 | 内容 |
---|---|---|
issueIdOrKey | 文字列 | 課題のID または 課題キー |
attachmentId | 数値 | 添付ファイルのID |
レスポンス例
ステータスライン / レスポンスヘッダ
HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8
レスポンスボディ
{
"id": 8,
"name": "IMG0088.png",
"size": 5563,
"createdUser": {
"id": 1,
"userId": "admin",
"name": "admin",
"roleType": 1,
"lang": "ja",
"nulabAccount": {
"nulabId": "Prm9ZD9DQD5snNWcSYSwZiQoA9WFBUEa2ySznrSnSQRhdC2X8G",
"name": "admin",
"uniqueId": "admin"
},
"mailAddress": "eguchi@nulab.example",
"lastLoginTime": "2022-09-01T06:35:39Z"
},
"created":"2014-10-28T09:24:43Z"
}