# diagrid call invoke delete

Send DELETE request to an app

### Description

Perform direct DELETE call from one id to another using the Service Invocation API

Your Diagrid login is sent with the request as the X-Diagrid-User-Token header,
so that a target agent can act on your behalf. A region that trusts only your
own identity provider rejects it with a 401; ask your organization admin to
federate Diagrid there as well.

```
diagrid call invoke delete <id.method> [flags]
```

### Examples

```

  # Invoke DELETE request from caller id to target id
  diagrid call invoke delete target.methodname --id caller

```

### Options

```
  -a, --id string        Caller 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](./invoke.md)	 - Invoke methods on an id via the Dapr Service Invocation API
