Hanzo
OpenapiO11y

Deletes one Sentry project of the caller's org.

Deletes one Sentry project of the caller's org.

DELETE /v1/o11y/sentinel/projects/{id}

Addresshttps://api.hanzo.ai/v1/o11y/sentinel/projects/{id}
MethodDELETE
Operationdelete_o11y_sentinel_projects_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes one Sentry project of the caller's org. Its DSN stops resolving immediately, so ingest for that id fails closed exactly as an unknown project does; retained events are not touched. Answers 204.

Callers need the editor role; the runtime's own gate enforces it.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the project id.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page