## network

- **Type:** string
- **Allowed:** `mainnet`, `testnet`, `localnet`

## Intent id.
- **Type:** uuid
- **Required:** Unique identifier for deactivate intent.

## Responses
- **201**: Canceled
- **400**: Invalid request.
- **401**: Header 'X-API-Key' missing.
- **500**: Internal server error.

## Updated 
- 2 months ago

## Example Request

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

## Status Codes
- **400**
- **401**
- **500**

## Updated 
- 2 months ago
