Authorizations
- Authorization string required header
Workspace REST API token prefixed with bp_
Path Parameters
- testUserId string required
Test user ID.
Response
application/json- ok boolean
Always true for a successful mutation response.
Test Users
Deletes a test user.
/api/public/v1/test-users/{testUserId} Delete test user
curl --request DELETE \
--url 'https://api.buildprint.ai/api/public/v1/test-users/{TESTUSERID}' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'{
"ok": true
}Test user deleted
Workspace REST API token prefixed with bp_
Test user ID.
Always true for a successful mutation response.