示例#1
0
 /**
  * {@inheritDoc}
  */
 public function deleteProfile(Profile $profile)
 {
     return $this->httpClient->delete('/profiles/' . $profile->getId() . '.json');
 }