cURL
curl --request DELETE \ --url http://studio.premai.io/api/v1/traces/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Use this endpoint to delete a trace by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
success response
Was this page helpful?