Skip to main content
DELETE
/
me
/
favorites
/
{merchantId}
Unfavorite a merchant
curl --request DELETE \
  --url http://localhost:4000/me/favorites/{merchantId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer JWT signed by your app, with iss matching the issuer registered on the partner record. Verified against your JWKS URL or static public key.

Path Parameters

merchantId
string<uuid>
required

Response

204

Unfavorited.