Skip to main content

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. Only pending operations can be deleted — completed operations are immutable for audit purposes. DELETE /operations/{id}  ·  🔒 Auth required

Response 204 No Content

Empty body.

Errors

CodeHTTPCause
NOT_FOUND404Operation not found
FORBIDDEN403Operation is completed or failed

Example

curl -X DELETE https://api.sertexity.com/v1/operations/op_01hz8f3k9m2p6q7r \
  -H "Authorization: Bearer <access_token>"