Handle DELETE requests to delete a workflow by it's id.Path Parameters:
workflow_id (int): The ID of the workflow to delete.
Request Headers:
X-Authorization-Consistency-Token (string, optional): Authorization consistency token for read-after-write consistency. Pass the token received from a previous write operation to ensure this read reflects that write.
Returns:
A JSON response containing the success or an error message.
Response Headers:
X-Authorization-Consistency-Token (string): Authorization consistency token returned after a write operation. Pass this in subsequent read requests to ensure read-after-write consistency.