Skip to content
View as Markdown

DeleteWorkflowResponse

Field Type Description
violations repeated bitdrift.public.unary.explorations.v1.DeleteWorkflowResponse.Violation If non-empty, the operation failed. These are violations that need to be resolved before the workflow can be deleted.

Example

JSON
{
  "violations": [
    {
      "message": "Example text"
    }
  ]
}

DeleteWorkflowResponse.Violation

Field Type Description
message string User friendly message that explains the violation.

Example

JSON
{
  "message": "Example text"
}