Delete multiple versions
Delete multiple versions
Soft delete multiple versions by their IDs. See Versions.
DELETE
Delete multiple versions
Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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-....
Body
application/json
Array of version IDs to delete
Example:
["id_1", "id_2"]
Response
Versions deleted successfully