DELETE
    /dropship-locations/{id}.json
  
  curl \
 --request DELETE 'http://api.example.com/v1/dropship-locations/{id}.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
    curl \
 --request DELETE 'http://api.example.com/v1/dropship-locations/{id}.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN"