Request
Body
You can delete a contact by using either theiremail
or userId
value.
The contact’s email address.
The contact’s
userId
value.Response
Success
“Contact deleted.”
Error
If a matching contact is not found, a404 Not Found
will be returned. All other errors will be 400 Bad Request
.
An error message describing the problem with the request.