# Delete a supplier address

Endpoint: DELETE /suppliers/{supplierID}/addresses/{addressID}
Version: 1.0.450.36533
Security: OAuth2

## Path parameters:

  - `supplierID` (string, required)
    ID of the supplier.

  - `addressID` (string, required)
    ID of the address.

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


## Response 204 fields
