- Home
- Helpers
- Avatar Profiles
- Delete Avatar Profile
Delete Avatar Profile
Delete the avatar profile with the given avatar_id.
Inputs
DELETE
https://api.zoice.com/v1/avatar-profiles/{avatar_id}path
string
requiredEnter the avatar_id of the avatar profile to be deleted. avatar_id is the unique identifier of each avatar profile. You can use the List avatars endpoint to get a list of all available avatars.
idle
Using the Endpoint
To delete a specific avatar profile, send a DELETE request to the /v1/avatar-profiles/{avatar_id} endpoint with the avatar_id as a path parameter.