DELETE login/users/:user id

(Difference between revisions)
Jump to: navigation, search
(Created page with "== Description == Deletes an user. <span style="color: red">Important</span>: this API removes all user associated data, except datastore objects associated with this user i...")
 
(Description)
Line 1: Line 1:
 
== Description ==
 
== Description ==
  
Deletes an user.
+
Deletes a user.
 
+
<span style="color: red">Important</span>: this API removes all user associated data, except datastore objects associated with this user id.
+
  
 
== Resource URL ==
 
== Resource URL ==

Revision as of 19:23, 22 June 2018

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 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