You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Deletes the Dataverse collection whose database ID or alias is given:
*
* @param {number | string} [collectionIdOrAlias] - A generic collection identifier, which can be either a string (for queries by CollectionAlias), or a number (for queries by CollectionId)
* @returns {Promise<void>} -This method does not return anything upon successful completion.
*/
async execute(collectionIdOrAlias: number | string): Promise<void> {