DELETE login/users/:user id

From Social ID Developers
Revision as of 14:43, 30 April 2015 by Renato.neves (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Description

Deletes an user.

Important: this API removes all user associated data, except datastore objects associated with this user id.

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 Social Login App authentication. See Authentication.

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