Smazání adresy
DELETE
https://app.mwork365.com/main/publicapi/customer/{customerId}/address/{addressId}DELETE
https://app.mwork365.com/main/publicapi/customer/externalId/{customerExternalId}/address/{addressExternalId}Parametry
Sekce “Parametry”customerIdstring(GUID)povinnéID zákazníka
addressIdstring(GUID)povinnéID adresy zákazníka
nebo
customerExternalIdstringpovinnéExterní ID zakázky
addressExternalIdstringpovinnéExterní ID adresy zákazníka
Odpověď
Sekce “Odpověď”204 No ContentAdresa zákazníka byla úspěšně smazána
400, 401, atd.Více informací na stránce standardní chybové stavy.
Příklad
Sekce “Příklad”curl --location --request DELETE 'https://app.mwork365.com/main/publicapi/customer/b65d6303-e2a3-4876-8e93-1671ebd2b0d8/address/3d6ecf6b-6755-44f1-a7ff-93982ec7bb1b' \--header 'Authorization: Bearer eyJhb...WlUw'