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/friends/unfriend/[author_id]
Method:
DELETE
Example:
GET /author/friends/unfriend/eb572e7b-7856-468b-bfdf-9b6388f9165c HTTP 405 Method Not Allowed Allow: DELETE, OPTIONS Content-Type: application/json Vary: Accept { "detail": "Method \"GET\" not allowed." }
after the author delete, it would return:
DELETE /author/friends/unfriend/eb572e7b-7856-468b-bfdf-9b6388f9165c HTTP 202 Accepted Allow: DELETE, OPTIONS Content-Type: application/json Vary: Accept