Skip to main content

Verification API Documentation


Deprecation Notice

The API has been deprecated. Looking to build a one-time phone verification? Use our Number Verification API instead for a more flexible solution.

Removing User from Service

Sometimes you may want to remove a user from your Verigator Service, e.g you are deleting a user from your main service.

Request URL

Request to remove a user will be made to the following URL:

DELETE https://api.verigator.com/v1/service/service/{ServiceId}/users/{UserId}

ServiceId and UserId in the URL should be replaced with your ServiceID and UserID.

Request headers

HTTP headerDescriptionRequired
X-Service-Auth
Refer to authentication section on how to authenticate your API calls with Messente API username and password

Response body (JSON encoded)

KeyValue
-
-

HTTP Response Codes

Status codeValueDescription
202
Accepted
User successfully deleted
401
Authentication required
Missing authentication headers (X-Service-Auth)
403
Forbidden
Forbidden request
404
Not found
Service or user with specified ids not found