ブックマークを解除
DELETE
/bookmarks/:entity/:entityIdブックマークを解除します。ブックマークされていない対象を指定してもエラーにはなりません。
| 認証 | 要ログイン |
|---|
パスパラメータ
entitystring必須ブックマーク対象の種別(EVENT / COMMUNITY / PLAYLIST / USER)
entityIdstring必須対象エンティティの ID。
レスポンス
| フィールド | 型 | 説明 |
|---|---|---|
success | boolean | 常に true。 |
リクエスト
curl https://api.4s.link/bookmarks/ENTITY/ENTITY_ID \-X DELETE \-H "Authorization: Bearer 4s_at_..."
レスポンス例
{"success": true}