앨범에서 클립 삭제
-
URL
/album/clips
-
Method:
|
DELETE
| -
URL Params
Required:
N/A
Optional:
N/A
-
Data Params
{ "album_id": 2, "clip_ids": [3] }
-
Success Response:
- Code: 200
Content:{ "okay": true }
- Code: 200
-
Error Response:
- Code: 406 NOT ACCEPTABLEHTTP_404_NOT_FOUND
Content:Reason: 자신의 앨범이 아닌 앨범을 조작하려고 할 때{ "okay": false, "msg": "not yours" }
- Code: 406 NOT ACCEPTABLEHTTP_404_NOT_FOUND
-
Sample Call:
-
Notes: