Delete address
DELETE/truckers/address/:id
Permanently delete a specific carrier address.
Considerations:
- Only your own addresses can be deleted
- Deletion is permanent
- Returns the _id of the deleted address
Example of a successful response:
{
_id: 507f1f77bcf86cd799439011
}
Request
Responses
- 200
- 403
Address successfully deleted.
Error deleting. Possible causes:
- Address not found
- You are not the owner