Skip to main content
DELETE
Clear Scheduled Function Run History
Safety and behavior notes
  • This is a bulk history deletion. Omitting function_id expands the target to every Scheduled Function run in the tenant.
  • A malformed function_id can return HTTP 500.
  • The REST operation has no confirmation or preview.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Query Parameters

function_id
string<uuid>

When omitted, deletes all Scheduled Function runs for the tenant.

Response

Successful response.

success
any
required

Observed top-level response field.

cleared
any
required

Observed top-level response field.

Last modified on September 8, 2026