--- url: /2/users/:id/likes/:tweet_id method: delete paths: - name: id type: string - name: tweet_id type: string response: type: object properties: data: type: object properties: liked: type: bool