DrayEasy API v2

DrayEasy API v2


Delete Warehouse

<h2>Overview</h2> <p>This endpoint allows you to delete a specific warehouse identified by its unique warehouseId. The <code>{warehouseId}</code> parameter in the URI should be replaced with the actual ID of the warehouse you want to delete. Upon successful deletion, the warehouse and all associated data, including contacts, appointments, and other details, will be permanently removed from the system.</p> <h2>Request</h2> <ul> <li>Method: <strong>DELETE</strong></li> <li>URI: <code>/warehouses/{warehouseId}</code></li> </ul> <h2>Code Example</h2> <pre><code>Request: curl --location --request DELETE 'https://api.drayeasy.com/api/v2/warehouses/2374' \ --header 'Authorization: Bearer xxxxxxxxx' Response: HTTP/1.1 204 Not Content</code></pre>

页面列表

ITEM_HTML