API reference
V2Favorite Resources

Delete favorite resource

Deletes a favorite resource.

DELETE
/api/v2/favorites/{id}

Deletes a favorite resource.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/favorites/string"
{  "status": "ok",  "data": {}}