datasets
Delete All
Delete all user’s data.
This endpoint permanently deletes all datasets that user created and all its associated data. The user must have delete permissions on the dataset to perform this operation.
Response
No content returned on successful deletion. If no datasets exist for the users, nothing happens.
DELETE
Delete All
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Delete All