Skip to main content
DELETE
These test endpoints are only available in development and staging environments. They are disabled in production for security reasons.
Delete a test user account by email address. This endpoint is useful for cleaning up test data after running test scenarios.

Request body

string
required
Email address of the test user to delete. Must match an existing user in the system.
Use this endpoint to clean up test users after completing your test scenarios to keep your sandbox environment tidy.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required

Email address of the test user to delete

Example:

"test.user@example.com"

Response

User deleted successfully