Delete a link between an asset and user
DELETE/asset/user/link/:realm/:userId/:assetId
Removes the link identified by realm, user, and asset. The caller must be allowed to administer asset links in that realm.
Request
Responses
- 204
- 400
- 401
- 403
The request completed successfully; no response body is returned
The request parameters or body are invalid
Authentication is required or the supplied credentials are invalid
The authenticated user does not have permission to perform this operation