# Solana Withdrawal Intent API

## Network

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

## Intent ID

- **Type**: uuid  
- **Description**: Unique identifier for deactivate intent.

## Response Codes

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

## Example Request

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

## Allowed Responses

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

---

Updated 2 months ago
