Service IDP - Review Task - Delete

Delete a Review Task

Equivalent to: None. This exposes a service not surfaced by the MuleSoft IDP user interface or published connector


Configuration:


Underlying API:

Delete a review task (Execution Status is updated as SUCCEEDED without changing the execution result)

delete
Authorizations
Path parameters
organizationIdstring · uuidRequired

Your Anypoint Organisation ID (UUID). See: Find your Organization ID.

Example: 01f79c97-9a83-4194-b922-15b64fd7305e
actionIdstring · uuidRequired

The unique identifier (UUID) of the published Document Action.

Example: 90c3e286-72b5-42ca-92d0-22f86ea8d766
executionIdstring · uuidRequired

The unique identifier (UUID) for a document processing execution, returned after successful submission.

Example: 022c61de-9bfc-4a94-8a9c-43c5f8ac153e
Responses
200
Success
delete
DELETE /api/v1/organizations/{organizationId}/actions/{actionId}/reviews/{executionId} HTTP/1.1
Host: 
Authorization: Basic username:password
Accept: */*

No content

Last updated