Delete Photo Avatar
DELETE
https://api.konpro.ai/v1/photo_avatar/{avatar_id}Permanently remove a photo avatar from your account by specifying its unique avatar ID.
Request History
Log in to see full request history
| TIME | STATUS | USER AGENT |
|---|---|---|
| Make a request to see history. | ||
0 Requests This Month
cURL Request
shell
curl --request DELETE \
--url https://api.konpro.ai/v1/photo_avatar/<avatar_id> \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'Path Parameter
| Parameter | Type | Description |
|---|---|---|
| avatar_id | string | Unique identifier of the photo avatar to delete (required) |
Response
Response Structure
Confirms successful deletion of the photo avatar. Provides error details if the deletion fails.
Sample Successful Response
json
{
"avatar_id": "photoAvatar123",
"status": "deleted",
"message": "Photo avatar successfully deleted",
"deleted_at": "2024-01-15T13:30:00Z"
}Notes
- Requires API authentication.
- The avatar_id must reference an existing photo avatar.
- This action cannot be undone - the avatar will be permanently deleted.
- All associated data (motion, sound effects, etc.) will also be removed.
- Deletion is immediate and irreversible.
- Use with caution as this action is destructive.
- Refer to Error Responses for error information.
Example Usage
Shell
curl --request DELETE \
--url https://api.konpro.ai/v1/photo_avatar/<avatar_id> \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'LANGUAGE
CREDENTIALS
HEADER
RESPONSE
Examples
Choose an example:
application/json
200 - Success
400 - Bad Request
LANGUAGE
CREDENTIALS
HEADER
RESPONSE
Examples
Choose an example:
application/json
200 - Success
400 - Bad Request