cURL
curl --request DELETE \ --url https://api.vidjutsu.ai/v1/references \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "deleted" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The request has succeeded.
deleted