# DELETE /reputation/profile

**Resource:** [Reputation](./reputation.md)  
**MCP tool:** `delete_reputation_profile`  
**Scopes:** `reputation:delete`  
**Write operation:** yes

Delete the reputation profile.

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/reputation/profile"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`