### Blockfrost Project IDs

Blockfrost Project IDs are a secret. Treat them with caution, following security best practices.

**id**  
*string*  
*required*

```
204
Removed
```

```
401
Invalid API key
```

# `500 System error`

---

### Example CURL Request

```bash
curl --request DELETE \
     --url https://api.figment.io/cardano/blockfrost_projects/id \
     --header 'accept: application/json' \
     --header 'x-api-key: your-api-key-here'
```

### Response Example

```json
500
```
