square delete
Make DELETE requests to the Square API.
Synopsis
Make DELETE requests to the Square API.
For a full list of supported paths, see the API reference: https://developer.squareup.com/reference/square
Delete a customer: $ square delete /v2/customers/CGQ7M5073H2RQABDMCJDCX7RF4
square delete [flags]
Options
-c, --confirm Automatically confirm the command being entered. WARNING: This will result in NOT being prompted for confirmation for certain commands
-d, --data stringArray Data to pass for the API request
-h, --help help for delete
-s, --show-headers Show headers on responses to GET, POST, and DELETE requests
Options inherited from parent commands
--access-token string The access token to use for authentication
--config string config file (default is $HOME/.config/square/config.toml)
--log-level string log level (debug, info, warn, error) (default "info")
--profile string the profile name to read from for config (default "default")
SEE ALSO
- square - A CLI to help you develop your application with Square