Data Service
Delete Data
POST
/
v1
/
tenants
/
{tenant_id}
/
data
/
delete
Path Parameters
tenant_id
string
requiredIdentifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant <code>t1</code> for this field. Required, and must match the pattern \“[a-zA-Z0-9-,]+\“, max 64 bytes.
Body
application/json
tuple_filter
object
TupleFilter is used to filter tuples based on the entity, relation and the subject.
attribute_filter
object
AttributeFilter is used to filter attributes based on the entity and attribute names.
Response
200 - application/json
snap_token
string
The snap token to avoid stale cache, see more details on Snap Tokens