DELETE
/
api
/
website_user_attributes
/
{id}
import SnagSolutions from '@snagsolutions/sdk';

const client = new SnagSolutions({
  apiKey: process.env['X_API_KEY'], // This is the default and can be omitted
});

const websiteUserAttribute = await client.auctions.websiteUserAttributes.delete('id', {
  body_id: '123e4567-e89b-12d3-a456-426614174003',
  organizationId: '123e4567-e89b-12d3-a456-426614174002',
  websiteId: '123e4567-e89b-12d3-a456-426614174001',
});

console.log(websiteUserAttribute.message);
{
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Body

application/json

Body

The body is of type object.

Response

200
application/json

200

The response is of type object.