delete https://example.com/workflow-engine/api/v1/requests/
Delete Request item by ID.
Log in to see full request history
Responses
200Request item successfully deleted
Delete Request item by ID.
200Request item successfully deleted
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/workflow-engine/api/v1/requests/request_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!