DELETE login/users/:user id/mac addresses/:mac address

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
(Created page with "== Description == Deletes a MAC Address associated with a user. == Resource URL == DELETE https://api.socialidnow.com/v1/marketing/login/users/:user_id/mac_address/:mac_...")
 
 
(One intermediate revision by one user not shown)
Line 5: Line 5:
 
== Resource URL ==
 
== Resource URL ==
  
   DELETE https://api.socialidnow.com/v1/marketing/login/users/:user_id/mac_address/:mac_address
+
   DELETE https://api.socialidnow.com/v1/marketing/login/users/:user_id/mac_addresses/:mac_address
  
 
== Parameters ==
 
== Parameters ==
Line 23: Line 23:
 
== Authentication ==
 
== Authentication ==
  
This API requires Social Login App authentication. See [[Authentication]].
+
This API requires Login App authentication. See [[Authentication]].
  
 
== Examples ==
 
== Examples ==
Line 31: Line 31:
 
=== Request ===
 
=== Request ===
  
   curl -iX DELETE 'https://api.socialidnow.com/v1/marketing/login/users/5578/mac_address/A1:C2:29:AB:A3:10' \
+
   curl -iX DELETE 'https://api.socialidnow.com/v1/marketing/login/users/5578/mac_addresses/A1:C2:29:AB:A3:10' \
 
         --user <api_id>:<api_secret>
 
         --user <api_id>:<api_secret>
  

Latest revision as of 16:51, 30 December 2021

Contents

Description

Deletes a MAC Address associated with a user.

Resource URL

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

Parameters

URL Parameters

user_id required user identifier.
mac_address required MAC Address formatted as a string with 6 pairs of hexadecimal numbers (uppercase or lowercase) joined by ":" or "-".

Authentication

This API requires Login App authentication. See Authentication.

Examples

Deletes the MAC Address A1:C2:29:AB:A3:10 from the user 5578:

Request

 curl -iX DELETE 'https://api.socialidnow.com/v1/marketing/login/users/5578/mac_addresses/A1:C2:29:AB:A3:10' \
        --user <api_id>:<api_secret>

Response

Response Headers

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