cURL
curl --request POST \ --url https://api.galileo.ai/v2/org-jobs/delete-by-metadata \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "metadata_key": "<string>", "metadata_value": "<string>" } '
{ "job_id": "<string>", "message": "<string>" }
Delete traces/sessions across all projects in the organization by metadata filters.
This endpoint allows organization administrators to delete traces or sessions that match specific metadata key-value pairs across all projects in their organization.
Request body for organization-wide metadata-based deletion.
1 - 256
Successful Response
Response for organization-wide metadata-based deletion.
Was this page helpful?