Connect Your AppGolangResourceDeleteVersion: 2.0.0On this pageDeleteDeletes a resource with the corresponding key or id.Parametersctx - The context of the request. resourceKey - The unique resource key or the resource Key.Implementationerr := Permit.Api.Resources.Delete(ctx, "resourceKey")