파일 삭제
작성일 2026.03.18 | 수정일 2026.03.18
DELETE
/storage/v1/files/:fileIdParameters
fileId— 삭제할 파일 ID
파일을 삭제합니다. 다른 리소스에서 참조 중인 파일은 삭제할 수 없습니다.
Response
Structure
Response
{
"fileId": "ST01FZ_abc12345678901234567890",
"accountId": "12345678901234",
"name": "프로모션 배너",
"originalName": "NyT7u.jpg",
"url": "https://coolsms-storage.s3.ap-northeast-2.amazonaws.com/12345678901234/ST01FZ_abc12345678901234567890",
"type": "KAKAO",
"link": "https://example.com/promotion",
"width": 800,
"height": 400,
"fileSize": 102400,
"references": [],
"dateCreated": "2024-07-01T12:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}