User - Deletes a dynamic dataset for a user

Deletes the dynamic dataset ID associated with a specific asset ID for a user.

delete
Authorizations
Path parameters
assetIdstring · uuidRequired

Enter the ID of an existing asset

userIdstring · uuidRequired

Enter the ID of an existing user

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Dynamic dataset ID deleted successfully.
delete
DELETE /users/assets/{assetId}/users/{userId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated