delete
Deletes a member or container
int delete(char instanceID[256], char memberID[256], int force, void** params,
void*** customReturn, char error[256])
Variable | Function | Description |
---|---|---|
char instanceID[256] | Input | The instance containing the member or container being deleted. |
char memberID[256] | Input | The ID of the member that is being deleted. |
int force | Input | Used to force a delete. A value of 1 will force a delete. |
void** params | Input | Pointer to an array of custom parameters (see Handling custom parameters and return values). |
void*** customReturn | Output | Used to reference an array of custom return values (see Handling custom parameters and return values). |
char error[256] | Output | If an error occurs, this should be filled with a description of the error. |
The delete function may be used to delete both members and containers, however, it should not be used to delete a RAM Instance.