Skip to main content
Use the delete command to perform DELETE HTTP requests to a specified endpoint of the WaaS 2.0 service. If the path argument is provided, the command initiates a DELETE request to that endpoint. Otherwise, it retrieves a list of all available DELETE operations or displays the description of a specified operation within the WaaS 2.0 API.
To make API requests via Cobo CLI, you need to authenticate your requests by logging in and using Org Access Tokens or API Keys as the authentication method. For more information, refer to Authenticate with Org Access Tokens and Authenticate with API Keys.
Currently there is no DELETE operation within the WaaS 2.0 API.

Usage

cobo delete <path> [options]

Arguments

<path>: The URL of the endpoint to which the DELETE request will be sent.

Options

  • -d, --describe: Display the description of the specified DELETE operation, including its expected responses and error information (if any).
  • -l, --list: List all available DELETE operations of the WaaS 2.0 service.

Example

cobo delete -l
This command lists all available DELETE operations of the WaaS 2.0 service.

API Reference

For a complete list of available DELETE endpoints and their parameters, refer to the API reference.
Feel free to share your feedback to improve our documentation!