Favorite

DELETE /favorites/:id

Favorite teams for the oauth authorized user can be deleted with this call. The favorite id can be obtained from the response of the GET /favorites call. Call protected by oauth.

Parameters

  • id – (required) Fanvibe identifier for the favorite team passed in the url structure as in the example, so no “?id=”. See below for an example.

Example

Delete a favorite team as so:

$ curl -X DELETE 'http://fanvibe.com/api/favorites/12326.xml'