DELETE login/users/:user id

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
 
Line 19: Line 19:
 
== Authentication ==
 
== Authentication ==
  
This API requires Social Login App authentication. See [[Authentication]].
+
This API requires Login App authentication. See [[Authentication]].
  
 
== Response ==
 
== Response ==

Latest revision as of 16:51, 30 December 2021

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