php-api
php-api copied to clipboard
Delete contact always return empty string
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.)