Retract User Relationship Rates
This operation deletes the rate made by the current user to the relationship.
Request:
Parameter | Required | Details | |
---|---|---|---|
Headers | Authorization |
Yes | Information about authentication access token in format "Bearer
<accessToken> " (see details in Authentication API ). |
Response
The JSON object representing the result of the delete operation. The result contains:-
status
- result of operation; possible values are "OK" or "failed" -
error
- if object cannot be deleted for some reason. Contains details of the problem. Returns only if an object was not deleted.
Request
Response