OBJECT

deleteContextAttribute

Delete context attribute response.

link GraphQL Schema definition

1type deleteContextAttribute {
2
3# The address identifier list.
4addressId: [String]!
7
5# The user identifier list.
6userId: [String]!
8
9}

link Required by