Skip to content

Delete

The DELETE method deletes the specified resource.

The {id} of the resource to be deleted needs to specified as a query parameter

DELETE /clientprojects/{id}

PUT /api/clientprojects HTTP/1.1
clientname: <Client Name>
authorization: <Token>
select: {"Name", "Latitude", "Longitude"}

Response

The response will have Status Code 204 (No Content) if the request accepted.