# Delete badge

URL: /en/docs/api/v1/subprocessors/id/badge/delete
Last Updated: 2026-07-30T21:15:30.632Z

## Description
No description available.

## Available Actions
- Execute DELETE request
- View request parameters
- View response schema
- Get code examples
- Navigate to related topics
- View step-by-step instructions
- Get best practices

## Content
### DELETE /api/v1/subprocessors/{id}/badge

**Delete badge**

Remove the badge asset associated with the subprocessor record.

**Authentication:** Bearer token (`Authorization: Bearer <token>`)

**Path parameters:**

| Name | Type | Required | Description |
|---|---|---|---|
| `id` | string | Yes | Subprocessor ID |

**Responses:**

- `204` - Badge removed successfully
- `401` - Unauthorized - missing or invalid token
- `403` - Forbidden - requesting tenant does not own the subprocessor
- `404` - Subprocessor or badge not found
- `500` - Internal server error

