POST
/v1/private/traces/deleteDelete tracesDelete traces
Request body
application/json
objectBatchDeleteByProject
idsarray of string · uuidrequiredIds of the traces to delete
Show child attributes
project_idstring · uuidOptional. Scopes the deletion to this project. When omitted, each trace's owning project is resolved automatically and the trace is deleted under its full key, so a trace can be deleted without knowing its project.
{
"ids": [
"00000000-0000-0000-0000-000000000000"
],
"project_id": "00000000-0000-0000-0000-000000000000"
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}