# Cardano Deactivation Intent

Request object to create a new deactivation intent for Cardano.

## Parameters

### network  
- **Type:** string  
- **Required:** Yes  
- **Allowed values:** `mainnet`, `preprod`, `localnet`

### base_address  
- **Type:** string  
- **Required:** Yes  
- **Description:** bech32 encoded base address. [Accounts](https://cips.cardano.org/cips/cip19/).

## Response Codes

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

## Example Request

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

### Response Examples

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

---  
Updated 2 months ago
