Delete Custom Avatar
FreshDELETEDELETE https://api.creatify.ai/api/personas/{id}/Permanently delete a custom avatar. This action cannot be undone.
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The persona ID to delete |
Headers
| Header | Type | Required | Description |
|---|---|---|---|
X-API-ID | string | Yes | Your Creatify API ID |
X-API-KEY | string | Yes | Your Creatify API key |
Example Request
bash
curl -X DELETE 'https://api.creatify.ai/api/personas/persona-001/' \
-H 'X-API-ID: your-api-id' \
-H 'X-API-KEY: your-api-key'Response
json
{
"message": "Persona deleted successfully"
}Status Codes
| Code | Description |
|---|---|
200 | Avatar deleted successfully |
401 | Unauthorized -- invalid API credentials |
404 | Persona not found |
500 | Internal server error |
WARNING
Deleting a custom avatar is permanent. Any future video tasks referencing this avatar will fail. Videos already rendered with this avatar will not be affected.