Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 485 Bytes

deletelinkresponsebody.md

File metadata and controls

19 lines (13 loc) · 485 Bytes

DeleteLinkResponseBody

The deleted link ID.

Example Usage

import { DeleteLinkResponseBody } from "dub/models/operations";

let value: DeleteLinkResponseBody = {
  id: "<id>",
};

Fields

Field Type Required Description
id string ✔️ The ID of the link.