Skip to main content
DELETE
/
api
/
v3
/
agents
/
favorites
Delete agent favorite by agent id
curl --request DELETE \
  --url https://paradigm.lighton.ai/api/v3/agents/favorites \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agent_id
integer
required

Response

Favorite deleted