Hikka Docs Hikka Docs
EndpointsFavourite

Favourite Delete

DELETE
/favourite/{content_type}/{slug}

Path Parameters

content_type*string
Value in"collection" | "character" | "anime" | "manga" | "novel"
slug*string

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X DELETE "https://api.hikka.io/favourite/collection/string"
{
  "success": true
}
{
  "message": "Example error message",
  "code": "example_error"
}