Skip to main content

removeTrackFromAudiobook

Remove track from an audiobook's reading order. It expects no gaps between existing tracks, otherwise an error occurs. Shifts all tracks to the right of the position one position to the left, if any.

removeTrackFromAudiobook(
trackId: ID!
): Boolean!

Arguments

removeTrackFromAudiobook.trackId ● ID! non-null scalar

The ID of the track.

Type

Boolean scalar

The Boolean scalar type represents true or false.