Runs

Delete a run

Delete a specific run by its ID. This action is irreversible.

DELETE
/v1/runs/
id
curl --request DELETE \
  --url https://api.lunary.ai/v1/runs/{id} \
  --header 'Authorization: Bearer <api_key>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Parameters

NameLocated InRequiredSchema
idpathYesstring

Responses

204

Run successfully deleted

403

Forbidden - User doesn't have permission to delete runs

404

Run not found

Questions? We're here to help.

Email