For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete service version

Delete an intermediate service version.

DELETE /{tenant}/api/v3/folders/{folder}/services/{service}/version/{versionId}

Authorization

Path parameters

Key
Value

tenant *

Tenant is part of your Log in to Spark URL and also available in the User menu.

folder *

Folder associated with the request.

service *

Service associated with the request.

versionId *

version_id of the Spark service version.

Response

HTTP 200 OK Content-Type: application/json

{
    "message":null,
    "data":null,
    "errorCode":null,
    "status":"Success"
}

Last updated