Delete Pickup Number Agent
<h2>Overview</h2>
<p>This endpoint allows you to delete a specific pickup number agent from the system based on their ID. Replace <code>{pickupNumberAgentId}</code> in the URI with the actual ID of the pickup number agent you want to delete.</p>
<h2>Request</h2>
<ul>
<li>Method: <strong>DELETE</strong></li>
<li>URI: <code>/pickupNumberAgents/{pickupNumberAgentId}</code></li>
</ul>
<h2>Code Example</h2>
<pre><code>Request:
curl --location --request DELETE 'https://api.drayeasy.com/api/v2/pickupNumberAgents/11' \
--header 'Authorization: Bearer xxxxxxxxx'
Response:
HTTP/1.1 204 Not Content</code></pre>