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