UNPKG

@archon-inc/sdk

Version:

Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk

8 lines 319 B
import { ARID } from "../types/policy.js"; /** * Delete a resource by its ARID. * @param arid - The ARID of the resource to delete. * @returns A promise resolving when the resource is deleted. */ export default function deleteResourceById(arid: ARID): Promise<void>; //# sourceMappingURL=deleteResourceById.d.ts.map