home > API > [/hold/destroy] > |
request url |
https://[SERVER]:[PORT]/hold/destroy[?PARAMETER1=value[&...]] |
short description |
Removes one or all holds of a cube |
long description |
|
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. |
complete |
integer |
If 1 then all holds of the cube are removed (default is 0). |
hold |
identifier |
Identifier of the hold. Used only if complete=0. |
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 |
|
further information |
|