DELETE
/v1/mgmt/user/test/delete/all

Delete all test users

This endpoint is used to delete all test users from a project. This action will delete these users forever and they will not be recoverable.

See Also

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer \<ProjectId:ManagementKey\>

Try it

/v1/mgmt/user/test/delete/all

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

< Project ID >:< Management Key > as bearer

In: header

Status codeDescription
200OK
curl -X DELETE "https://api.descope.com/v1/mgmt/user/test/delete/all"

{}

Was this helpful?