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

From Social ID Developers
Jump to: navigation, search

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