Skip to content

Documentation / @ember-data/request-utils / index / DeleteRecordUrlOptions

Defined in: index.ts:222

Properties

host?

ts
optional host: string;

Defined in: index.ts:226


identifier

ts
identifier: object;

Defined in: index.ts:224

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: index.ts:227


op

ts
op: "deleteRecord";

Defined in: index.ts:223


resourcePath?

ts
optional resourcePath: string;

Defined in: index.ts:225

Released under the MIT License.