Skip to main content
DELETE
Delete Observability

Response

200 - application/json

Successful Response

data
StandaloneSingletonDeleteResult · object
required

Body of a DELETE response for a singleton resource.

Singleton resources (memory, future ones) are addressed by route instead of by id, so the response carries only the deletion flag.

reload
StandaloneReloadResult · object
required

Reload outcome attached to every admin mutation response.

reloaded means DB committed and runtime now uses the new config. restart_required means DB committed and process restart is needed. reload_failed means DB rolled back and runtime is unchanged.

Last modified on May 22, 2026