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.
Was this page helpful?