AviatoAviato
DeveloperAPI ReferenceMeFavoritesItemid

/api/me/favorites/{itemId}

DELETE
/api/me/favorites/{itemId}

Path Parameters

itemId*string

Item ID

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/me/favorites/string"
{
  "success": true
}
{
  "error": "string"
}