[DELETE] favourites/{objectId}

[DELETE] favourites/{objectId}

Description

Use this endpoint to remove an dms object from the current users favourites.

Request
Method

DELETE

Request optional Query Parameter

  • minimalResponse (Boolean): The response contain on success only a HTTP/204 and not the updated list of favourites. This saves the time of loading the favourites after deleting and make the call faster.

Response
Statuscodes

  • Success:

    • HTTP 204 No Content (minimalResponse = true)

    • HTTP 200: (minimalResponse = false or not set)

Minimum Version

6.9.0

Request
Example

/api/dms/objects/native/favourites/2563
/api/dms/objects/native/favourites/2563?minimalResponse=true