Deletes an audio playback instance with the given ID.
After the instance has been deleted, the first output is triggered. Any ongoing playback is stopped, the audio file is removed from memory, and the playback ID is freed to be used for another playback instance.
If there is an error, the second output is triggered.
Label | Key | Type | Required? | Default | Description |
Audio playback ID |
| String | Yes | – | ID of the audio playback instance to delete. |
Number of outputs: 2
No output arguments.
No events.
Label | Code | Description |
Playback instance not found |
| Thrown if no audio playback instance with the given ID could be found. |
Unknown error |
| Thrown if an unknown error occurred while deleting the playback instance. |