# Delete an FAQ entry

`DELETE https://api.cademi.com.br/api/v3/support/faqs/{faq_id}`

Operation ID: `faqs.delete` · API v3

Deletes an FAQ entry. Deleted entries no longer appear in the collection and can no longer be retrieved.

Required permissions: `faqs.delete`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `faq_id` | path | string | yes |  |

## Responses

### 204

The FAQ entry was deleted successfully.

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

### 404

The FAQ entry was not found or is not accessible with the current credentials.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
