Delete¶
The DELETE method deletes the specified resource.
Specify the {id} of the resource to delete as a path parameter.
DELETE /clientprojects/{id}
PUT /api/clientprojects HTTP/1.1
clientname: <Client Name>
authorization: <Token>
select: {"Name", "Latitude", "Longitude"}
Response
The API returns status code 204 (No Content) when it accepts the deletion.