DELETE login/users/:user id

From Social ID Developers
Jump to: navigation, search

Contents

Description

Deletes a user.

Resource URL

  DELETE https://api.socialidnow.com/v1/marketing/login/users/:user_id

Parameters

URL Parameters

user_id required user identifier.

Authentication

This API requires Login App authentication. See Authentication.

Response

Response Status

ok (200) The user was deleted successfully.
unauthorized (401) The authentication is wrong. See Authentication.
forbidden (403) The Login App does not have access to this user.
internal_server_error (500) An unknown error happened.

Examples

Request

 curl -iX DELETE 'https://api.socialidnow.com/v1/marketing/login/users/:user_id' \
        --user <api_id>:<api_secret>

Response

Response Headers

HTTP/1.1 200 OK
Status: 200
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox