logs
delete_logs
Deletes logs from a project.
Arguments:
logs
- log(s) to delete from a project.project
- Name of the project to delete logs from.context
- Context of the logs to delete. Logs will be removed from that context instead of being entirely deleted,delete_empty_logs
- Whether to delete logs that become empty after deleting the specified fields.source_type
- Type of logs to delete. Can be “all”, “derived”, or “base”.api_key
- If specified, unify API key to be used. Defaults to the value in the
Returns:
A message indicating whether the logs were successfully deleted.