Kinetic Request CE Datastore Submission Delete
Deletes a Datastore Submission record in Kinetic Request CE for the specified space.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
This handler deletes a datastore submission. No results will return on a successful delete, any errors encountered will be caught and raised/returned.
Parameters
Name | Description |
---|---|
Error Handling | Determine what to return if an error is encountered. |
Space Slug | The Space the submission is being deleted from (defaults to info value if not provided). |
Datastore Submission Id | The id of the submission being deleted. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Error Handling | Error Message |
Space Slug | |
Datastore Submission Id | 02edc019-e553-11e5-9c32-351e42075226 |
Results
Name | Description |
---|---|
Handler Error Message | Error message if an error was encountered and Error Handling is set to "Error Message". |
Change Log
Version | Date | Description |
---|---|---|
1.1 | 2018-05-25 | * API Server Info Value changed to allow ${space} in the url for subdomain support (ie. https://${space}.localhost:8080/kinetic) |
1 | 2018-05-03 | * Initial version. See README for details. |