Delete request and response
RESTful API for IBM Spectrum Connect uses delete requests for object deletion.
You can delete an object by issuing the DELETE command on a full URL. The request must contains a single object, which is a target of the delete request.
For example, DELETE /api/v1/interfaces/22 deletes the interface 22.
The response to the delete request is OK if
the task is completed successfully, or an error message with a status
code, detailing a reason for the failed request, as illustrated below.
{
"detail": "Not found"
}