API Reference
Reference for the API
Delete a specific workflow test by its ID.
cURL
curl --request DELETE \ --url https://api.example.com/apps/{app_id}/workflows/{workflow_id}/tests/{test_id}
"<unknown>"
The ID of the app
The ID of the workflow
The ID of the test
The response is of type unknown.
unknown
Was this page helpful?