Skip to main content

User-related API environment

Production user-related API docs

Delete collection bookmark by details

Delete a bookmark from a collection by bookmark details. Use collectionId="__default__" to remove a bookmark from the virtual Favorites collection. When successfully deleted, the bookmark itself is only detached from the collection unless it becomes an orphan.

Path Parameters
    collectionId string required

    The collection ID. Use __default__ to remove a bookmark from the virtual Favorites collection.

Request Body
    oneOf

    key integer required

    Surah number

    type string

    Possible values: [ayah]

    Default value: ayah

    The bookmark type.

    verseNumber integer required
    mushaf integer required

    Possible values: [1, 2, 3, 4, 5, 6, 7, 11, 19]

    The id of the Mushaf being used.

    1 = QCFV2

    2 = QCFV1

    3 = Indopak

    4 = UthmaniHafs

    5 = KFGQPCHAFS

    6 = Indopak15Lines

    7 = Indopak16Lines

    11 = Tajweeed

    19 = QCFTajweedV4

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
Loading...