Deallocate Port
Deallocate one of your ports from one of your customers.
Request
Endpoint: | /api/ports/<port_id>/deallocate |
Method: | DELETE |
Headers: | Accept: application/vnd.cloudlx.v1+json |
Authorization: Bearer <access_token> |
Response
Example:
{
"success": true,
"message": "Port deallocated successfully"
}