# Network

**Allowed:**
- `mainnet`
- `goerli`
- `prater`

## Intent ID

**UUID:**
Unique identifier for deactivate intent.

# Responses

- `200`  Cancellation Successful
- `400`  Invalid request.
- `401`  Header 'X-API-Key' missing.
- `500`  Internal server error.

## Example CURL Command

```shell
curl --request PUT \
     --url https://svc.blockdaemon.com/boss/v1/polygon/mainnet/deactivation-intents \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

## Example Responses

- `200`
- `400`
- `401`
- `500`

---
