cURL
curl --request DELETE \ --url https://api.flipsidecrypto.xyz/public/v3/queries/{id}
{ "error": "<string>" }
Deletes a query and all associated query runs. Returns 409 with affected workflow steps if the query is referenced by workflows. Use ?force=true to delete the query and remove referencing workflow steps.
Set to 'true' to force delete and remove referencing workflow steps
Query deleted successfully
Was this page helpful?