Documentation Index
Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt
Use this file to discover all available pages before exploring further.
Delete Operation
Permanently delete an operation. Onlypending operations can be deleted — completed operations are immutable for audit purposes.
DELETE /operations/{id} · 🔒 Auth required
Response 204 No Content
Empty body.
Errors
| Code | HTTP | Cause |
|---|---|---|
NOT_FOUND | 404 | Operation not found |
FORBIDDEN | 403 | Operation is completed or failed |