php-api icon indicating copy to clipboard operation
php-api copied to clipboard

Delete contact always return empty string

Open mordonez opened this issue 6 years ago • 0 comments

When is deleted a contact always response an empty string

curl_wrap("contacts/5722721933590528", null, "DELETE", "application/json"); But REST-API specification response 204 o 401 status codes :

  • Status 204: Contact deleted successfully.
  • Status 401: Unauthorised. (when the user name and password fields are wrong.)

mordonez avatar Nov 09 '18 12:11 mordonez