Delete Physical Address
Delete Physical Address
This endpoint is used to DELETE a customer address. This action is irreversible.
DELETE {{Environment_URL}}/customers/v1/partner/physical/:cpf/addresses/:addressId
Headers
Name
Value
Authorization
Bearer <token>
Path Params
Key
Description
Required
Data Type
Example
cpf
CPF in format 00000000000
true
String
12345678900
addressId
Address ID (obtained in create physical address)
true
String
6887c6ee05fc6408d37076a3
Response
// NO CONTENT
