diagrid call invoke delete
Send DELETE request to an app
Description
Perform direct DELETE call from one App ID to another using the Service Invocation API
diagrid call invoke delete <appid.method> [flags]
Examples
  # Invoke DELETE request from caller App ID to target App ID
  diagrid call invoke delete target.methodname -—app-id caller
Options
  -a, --app-id string    [Required]: Caller App ID
  -p, --project string   Name of existing project
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -v, --verbose          Include verbose output such as curl command and response body
  -h, --help             help for delete
Options inherited from parent commands
      --api-key string   Diagrid Cloud API key
SEE ALSO
- diagrid call invoke - Call Service Invocation API