Remove a document from a user’s favorites. Only published documents can be unfavorited.
Note: Successful requests will return 204 regardless of whether the document was previously favorited or not.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The document identifier
Requires an Organization API key. Membership ID of the user to unfavorite the document on behalf of.
Personal Access Tokens (PATs) cannot use this parameter to act on behalf of other users.
Document unfavorited successfully. No response body.
This response is returned whether the document was previously favorited or not.