Delete address
DELETE/truckers/address/:id
Permanently delete a specific carrier address.
Considerations:
- Only your own addresses can be deleted
- The deletion is permanent
- Returns the _id of the deleted address
Example of a successful response:
{
_id: 507f1f77bcf86cd799439011
}
Request
Responses
- 200
- 403
Address successfully deleted
Response Headers
Authorization or validation error. Occurs when the user lacks permissions or the data is invalid.