FieldEx Developer
developer notes

Delete User Bin

Delete a user bin using the specified API endpoint by providing the bin ID. This action removes the user bin and associated information from the system.

Method Endpoint
DELETE {{endpoint}}/api/bins/{id}

Headers

Key Value
Content-Type application/json
Authorization Bearer{{token}}

Example Response

// 400 Response Code

{
    "type": "http://www.jhipster.tech/problem/problem-with-message",
    "title": "Unable to delete: Bin is used in one or more inventory records",
    "status": 400
}