Delete service version
Last updated
Delete an intermediate service version.
The first and latest versions of a service cannot be deleted. Deleting a version also makes data associated with that version unavailable, including its Excel file, API Call History entries, and testbed results.
DELETE /{tenant}/api/v3/folders/{folder}/services/{service}/version/{versionId}Bearer {token} accessible from Authorization - Bearer token or systematically via Client credentials.
The request headers should include a key for Authorization with the value Bearer {token}.
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.
HTTP 200 OK Content-Type: application/json
{
"message":null,
"data":null,
"errorCode":null,
"status":"Success"
}Last updated
