---
title: "Delete step completed CC email branding"
url: "https://docs.signnow.com/docs/cc-email-branding/operations/delete-v2-brands-brand_id-resources-email-cc-invite-step-completed"
type: "endpoint"
section: "cc-email-branding"
slug: "cc-email-branding/operations/delete-v2-brands-brand_id-resources-email-cc-invite-step-completed"
method: "DELETE"
path: "/v2/brands/{brand_id}/resources/email-cc-invite-step-completed"
operation_id: "delete-v2-brands-brand_id-resources-email-cc-invite-step-completed"
authorization: "bearer"
---

# Delete step completed CC email branding

`DELETE /v2/brands/{brand_id}/resources/email-cc-invite-step-completed`

This endpoint allows users to remove branding for CC emails that are sent when a step of an invite is completed.

## Authorization

bearer

## Path Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `brand_id` | string | Yes | ID of the brand. Must match the pattern: [a-z0-9]{40}. |

## Responses

### 204

Success, no content

### 404

Brand with this `brand_id` doesn't exist

**Example** (`Example 1`)

```json
{
  "code": 25002016,
  "message": "Brand not found."
}
```

## Code Examples

> Replace `$SIGNNOW_ACCESS_TOKEN` and any `{placeholder}` values before running.

### cURL

```bash
curl -X DELETE \
  "https://api.signnow.com/v2/brands/{brand_id}/resources/email-cc-invite-step-completed" \
  -H "Authorization: Bearer $SIGNNOW_ACCESS_TOKEN"
```

---
*Full reference: https://docs.signnow.com/docs/cc-email-branding/operations/delete-v2-brands-brand_id-resources-email-cc-invite-step-completed*
