Skip to main content
DELETE
/
v1
/
retrievers
/
interactions
/
{interaction_id}
Delete Interaction
curl --request DELETE \
  --url https://api.mixpeek.com/v1/retrievers/interactions/{interaction_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

interaction_id
string
required

Response

Successful Response

The response is of type Response Delete Interaction V1 Retrievers Interactions Interaction Id Delete · object.