Test Groups

Delete test group

Deletes a test group.

DELETE /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

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.