| VismaBouwsoftAPICalls.v1_DELETE_Items | Method |
v1_DELETE_Items() as String
This API call is used to delete a(n) Item
| HTTP method | API version |
|---|---|
| DELETE | v1 |
Don’t forget to put the Authorization field in the header
API Path: /Items/{id}
You make this API call with the key field id as the path parameter (the id of the Item you want to delete)
/Items/{id}
If everything succeeds the HTTP response status is 200
(200 OK)
If there is something wrong with the request, the response status and code is 400
(400 Bad Request)
If you forget to send the Authorization, the response status is 401
(401 Unauthorized)
For an explanation of all possible errors, please consult our section on possible answers to API calls here
No examples available — this endpoint is documented from schema only.