Delete a point of sale address geocode (manager)

DELETE /manager/points-of-sale/{id}/address-geocode

Path parameters

  • id integer Required

    The ambassador id

Responses

  • 200 application/json

    success

    Hide response attribute Show response attribute object
  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
  • Forbidden - You don't have permission to access this route

  • Not found - The point of sale does not exist

DELETE /manager/points-of-sale/{id}/address-geocode
curl \
 -X DELETE https://domain.tld/api/v2/manager/points-of-sale/{id}/address-geocode \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "message": "Address detached successfully"
}
Response examples (401)
{
  "message": "Unauthorized."
}