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
- See Manage Test Users for more information on test users.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Status code | Description |
---|---|
200 | OK |
Was this helpful?