DELETE
    /walkers/{walkerid}/
  
  curl \
 --request DELETE 'http://api.example.com/walkers/{walkerid}/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
    
        Response examples (204)
  
  {
  "message": "string"
}
        Response examples (401)
  
  string
        Response examples (405)
  
  string
        Response examples (503)
  
  string