curl --request DELETE \
--url https://api.morphic.io/api/favorites/{favorite_id} \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Remove a record from favorites.
curl --request DELETE \
--url https://api.morphic.io/api/favorites/{favorite_id} \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}