We continue with our musicAPI from the previous lab. The second request to define will delete a playlist using the DELETE method. Here is a sample request: DELETE https://virtserver.swaggerhub.com/Orange-formation/musicAPI/1.0.0/playlist/playlist333
# Playlists /playlist/{playlist-id}: # Delete a playlist delete: # Path parameter parameters: # Playlist id - name: playlist-id in: path required: true type: string # Incomplete response (to finish later) responses: # Response code 200: description: Successful response