Jedox OLAP documentation

home > API > [/delta/destroy] >
request url https://[SERVER]:[PORT]/delta/destroy[?PARAMETER1=value[&...]]
short description Deletes existing delta identified by external_identifier.
long description The resources associated with the area are deleted.
parameters
name type description
database identifier Identifier of the database
name_database string Name of the database. Used only if database parameter is omitted.
cube identifier Identifier of the cube
name_cube string Name of the cube. Used only if cube parameter is omitted.
external_identifier string Custom identifier to be paired with the area stream in case multiple areas per cube would be active (default is empty string).
sid string Session identifier for a server connection. Use the /server/login request to get a valid session identifier.
result
# name type description
0 OK boolean "1" means OK
examples
description
Deletes the resources associated with the area identified by string id123.
further information