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.
/nodes/destroy/[node_id]
Method:
DELETE
Example:
GET /nodes/destroy/15/ HTTP 405 Method Not Allowed Allow: DELETE, OPTIONS Content-Type: application/json Vary: Accept { "detail": "Method \"GET\" not allowed." }
after it delete, it would return:
DELETE /nodes/destroy/15/ HTTP 204 No Content Allow: DELETE, OPTIONS Content-Type: application/json Vary: Accept