Remove Custom Attributes for User

This call deletes custom attributes for users of an account.

Authentication

Device Management

HTTP Method

DELETE

Request URI

/api/v1/account/customattributes

Request Parameters

Parameter

Argument Type

Description

Example Value

account

Request body

The account for which the custom attributes must be deleted.

 

Example Request

curl --location --request DELETE 'https://<hostname>/api/v1/account/42299037/customattributes' \

--header 'Accept: application/json, text/plain, */*' \

--header 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \

--header 'Content-Type: application/json' \

--header 'Authorization: Basic <token>' \

--header 'Cookie: MISESSIONID=NmE0NWIxOWUtMGFkNS00ZTFkLWEzOGMtMmM2MTVkMjNmODJh'

Example Response

{

    "errors": null,

    "result": 1

}