Home > @vsf-enterprise/sapcc-api > Endpoints > deleteAddress
Endpoints.deleteAddress() method
Delete a user address.
Signature:
deleteAddress(context: SapccIntegrationContext, props: GetAddressProps): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | GetAddressProps | An object containing necessary props for deleting address. |
Returns:
Promise<void>