Skip to main content
The cobo delete command allows you to make DELETE requests to Cobo API endpoints. This command is useful for removing resources from the Cobo WaaS 2 API.

Usage

Options

  • -d, --describe: Display operation description
  • -l, --list: List all API operations for this method

Examples

List all DELETE operations

To see a list of all available DELETE operations:

Delete a webhook endpoint

To delete a specific webhook endpoint:

Remove a key share holder

To remove a key share holder from a group:

Get operation description

To see the description of a specific DELETE operation:

API Reference

For a complete list of available DELETE endpoints and their parameters, refer to the Cobo WaaS 2 API Documentation.
Remember to authenticate your requests by logging in or setting up your API keys before making API calls.