DELETE login/connections/:id

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
#REDIRECT [[DELETE login/connections/:id PT-BR]]
+
== Description ==
 +
 
 +
Invalidates an user connection. Use this API to logout an user from the Social Login.
 +
 
 +
== Resource URL ==
 +
 
 +
  DELETE https://api.socialidnow.com/v1/marketing/login/connections/:connection_id
 +
 
 +
== Parameters ==
 +
 
 +
=== URL Parameters ===
 +
 
 +
{|
 +
! align="left" width="200px" | connection_id
 +
| width="200px" | required
 +
| user connection identifier.
 +
|}
 +
 
 +
== Authentication ==
 +
 
 +
This API requires Account authentication. See [[Authentication]].
 +
 
 +
== Examples ==
 +
 
 +
=== Request ===
 +
 
 +
  curl -iX DELETE 'https://api.socialidnow.com/v1/marketing/login/connections/:connection_id' \
 +
        --user <api_id>:<api_secret>
 +
 
 +
=== Response ===
 +
 
 +
==== Response Headers ====
 +
 
 +
HTTP/1.1 200 OK
 +
Status: 200

Latest revision as of 16:39, 30 December 2021

Contents

Description

Invalidates an user connection. Use this API to logout an user from the Social Login.

Resource URL

  DELETE https://api.socialidnow.com/v1/marketing/login/connections/:connection_id

Parameters

URL Parameters

connection_id required user connection identifier.

Authentication

This API requires Account authentication. See Authentication.

Examples

Request

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

Response

Response Headers

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