# Keyframe.remove
Removes this keyframe from its parent property

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## Keyframe.remove() method

Removes this keyframe from its parent property

**Signature:**

```typescript
remove(): void;
```

**Returns:**

void

## Example

```ts
keyframe.remove();
```
