cURL
curl --request DELETE \ --url https://{host}/receive/metrics/jobs/{jobId}/contents/logs
{ "message": "<string>", "status": 123 }
Delete all log files for the job.
Job GUID.
OK
200 OK; 404 not found; 409 running; 400 invalid/permissions; 500 other.