Delete Definition
Definitions
Delete Definition
POST
Delete Definition
Use this API to soft-delete (tombstone) a workflow definition. Tombstoned definitions are filtered from
Errors:
get and list. Definitions with in-flight executions cannot be deleted.
Endpoint
POST https://api.velt.dev/v2/workflow/definitions/delete
Headers
Your API key.
Your Auth Token.
Body
Params
Example Requests
Delete a definition
Response
Success Response
Failure Response
NOT_FOUND (definition does not exist) / FAILED_PRECONDITION (in-flight executions exist).

