Petstore icon

Petstore

Interact with Petstore API

Overview

This node deletes an order from the Store resource by its unique Order Id. It is useful in scenarios where an order needs to be removed from the system, such as canceling an order or cleaning up test data. For example, a user can input the Order Id of a previously created order to permanently delete it from the store database.

Properties

Name Meaning
Order Id The unique identifier of the order that needs to be deleted.

Output

JSON

  • success - Boolean indicating whether the order was successfully deleted.
  • message - A message providing additional information about the deletion result.

Dependencies

Troubleshooting

  • If the Order Id is invalid or does not exist, the node may return an error or a failure message. Verify the Order Id before running the node.
  • Network or authentication errors may occur if the API endpoint is unreachable or credentials are missing/incorrect. Ensure proper API access and credentials are configured.
  • If the node returns unexpected responses, check the API documentation for any changes or required parameters.

Links

Discussion