# Validator Exit Instructions

## Network

**Allowed:**  
`mainnet`, `hoodi`

## Validator Identifier

### Information to Identify Validator  
Only either validator index or validator public key is required.

### Responses

- `202`  Transaction was generated and submitted for processing.
- `400`  Invalid request.
- `401`  Header 'X-API-Key' missing.
- `404`  Validator not found.
- `500`  Internal server error.
- `503`  Insufficient validators available to process Stake Intent request.

## Example Request

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

### Status Codes

- `400`  
- `401`  
- `404`  
- `500`  
- `503`

*Updated 2 months ago*
