Skip to main content
DELETE
Deletes a family you own. Only the family’s owner can delete it: preset families and families shared by your organization but owned by someone else cannot be deleted. Once deleted, the family stops appearing in List Families and can no longer be used as selected_family_id in new videos. Videos already generated with this family are not affected; their result stays available as-is.
Deleting a family requires a Pro, Max, or Enterprise plan, like all other family write operations.
This endpoint is idempotent: deleting a family that no longer exists returns the same 204 No Content as a successful delete.

Path Parameters

string
required
The unique identifier of the family to delete.Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6

Response

Returns 204 No Content on success, with no response body.

Error Codes

See Error Handling for more details.