Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 738 Bytes

[앨범] 앨범에서 삭제.md

File metadata and controls

60 lines (39 loc) · 738 Bytes

앨범에서 삭제

앨범에서 클립 삭제

  • 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
          }
  • Error Response:

    • Code: 406 NOT ACCEPTABLEHTTP_404_NOT_FOUND
      Content:
        {
            "okay": false,
            "msg": "not yours"
        }
      Reason: 자신의 앨범이 아닌 앨범을 조작하려고 할 때
  • Sample Call:

  • Notes: