Plataformas Digitais - Brazil
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Address
  • SPDBR Journey API
  • Service PDP
    • Get Product by Slug
      GET
    • Get Product by Slug V2
      GET
    • Get Product by id V2
      GET
    • Get Translate review
      GET
    • Get product review
      GET
    • SPDBR-2559
      POST
  • Service Search
    • Search
      • Search Products by Term
      • teste, preco na busca
    • Autocomplete
      • Get Autocomplete suggestions
    • Recommendation
      • Pages
        • Home Recommendations
        • Product Recommendations
        • Cart Recommendations
        • Category Recommendations
    • TopSearch
  • Service Member
    • Address
      • UpdateAddress
        PATCH
      • AddAddress
        POST
      • RemoveAddress
        DELETE
      • GetAddress
        GET
    • Consent
      • UpdateConsent
      • GetConsent
    • Store
      • UpdateFavoriteStore
      • DeleteSportPratice
      • AddSportPratice
      • GetFavoriteStore
    • Purchase
      • GetPurchase
    • Profile
      • UpdateProfile
      • GetProfile
      • Get member identity
    • Login
      • RefreshToken
      • RefreshMemberToken
      • UserToken
    • User
      • UserDataCpf
      • UserDataCpf
  • Member Login
  • Service Checkout APP
    • Full Vtex
      • OrderForm
      • Items
      • Profile
      • Update Payment Data
      • Start Transaction
      • Send Payment Data
      • Proccess Order
    • APP
      • Cart
        • Get Or Create orderForm
        • Add Cart Items
        • Remove Cart Items
      • Profile
        • Check Guest checkout Eligibility
        • Guest Add Profile Data
        • Autenticated Profile
      • Shipping
        • Address
      • Payment
        • Guest Update Payment Method
        • Autenticated Update Payment Method
        • Guest Transaction
        • Autenticated Transaction
        • Send Payment Data
        • Process Order
      • Orderplaced
        • Autenticated OrderPlaced
        • Guest OrderPlaced
      • Shared
        • Clear orderForm Messages
        • Add Preference Data
        • Add Coupon
    • WEB
      • Create cart
      • Get cart
  • Service Omni
    • Orders
      • Get Orders
  • Service Presencial Events
    • List all events
    • Get event by ID
    • [PRIVATE] List my events
    • [PRIVATE] Get registration by event ID
    • [PRIVATE] Subscribe for event
  • Service app
    • Pix Email
      • Send Pix Email
  • Service DY
    • Receive products
    • Send products
  1. Address

RemoveAddress

Prod Env
http://decathlonstore.myvtex.com
Prod Env
http://decathlonstore.myvtex.com
DELETE
http://decathlonstore.myvtex.com
/address
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://decathlonstore.myvtex.com/address' \
--header 'Content-Type: application/json' \
--data-raw '{
    "vtexAddressId": "asdsa",
    "addressId": ""
}'
Response Response Example
{}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Body

Modified at 2025-04-16 12:22:22
Previous
AddAddress
Next
GetAddress
Built with