Deletes a resource.
The deleteResource()
function returns a Promise that resolves to the resource ID when the resouce is deleted.
Deleting a resource updates its status
to "DELETED"
.
You cannot delete a resource if it has booked sessions.
Notes:
options.suppressAuth
parameter to true
.Notes:
"business"
in name and tag values. This resource is used for the business's schedule and working hours and cannot be deleted.
ID of the resource to delete.
An object representing the available options for deleting a resource.