# `@cascade` annotation

The `@cascade` annotation is a planned feature and not yet available in TypeDB. Coming soon!

The `@cascade` annotation is used to specify behavior when deleting a relation’s role players.

## [](#_syntax)Syntax

Syntax

```typeql
<type label> relates <role type label> @cascade;
```

The `@cascade` annotation does not accept any arguments.

[@card](../card/index.md) [@independent](../independent/index.md)

[Edit on GitHub](https://github.com/typedb/typedb-docs/edit/3.x-development/typeql-reference/modules/ROOT/pages/annotations/cascade.adoc) Edit this page on GitHub.