We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/author/friend_request/reject/[author_id]
Method:
DELETE
Example:
GET /author/friend_request/reject/d2325f9c-09de-492a-83a9-409047905e40 HTTP 405 Method Not Allowed Allow: DELETE, OPTIONS Content-Type: application/json Vary: Accept { "detail": "Method \"GET\" not allowed." }
after the author delete (reject the friend request), it would return:
DELETE /author/friend_request/reject/d2325f9c-09de-492a-83a9-409047905e40 HTTP 202 Accepted Allow: DELETE, OPTIONS Content-Type: application/json Vary: Accept