Skip to main content
DELETE
/
specifications
/
{id}
/
tests
Unlink tests from specification
curl --request DELETE \
  --url https://api.galtea.ai/specifications/{id}/tests \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "testIds": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Path Parameters

id
string
required

Specification ID

Body

application/json
testIds
string[]
required

Array of test IDs to unlink

Response

Tests unlinked successfully