public static async delete(signingKeyId: string): Promise<void> {
        await CocoonAPI.request({
            method: "DELETE",
            url: APIURL.SIGNING_KEY(signingKeyId),
        });