Type Alias: DeleteMappingRuleData
type DeleteMappingRuleData = object;
Defined in: gen/types.gen.ts:12285
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:12286
path
path: object;
Defined in: gen/types.gen.ts:12287
mappingRuleId
mappingRuleId: string;
The ID of the mapping rule to delete.
query?
optional query: never;
Defined in: gen/types.gen.ts:12293
url
url: "/mapping-rules/{mappingRuleId}";
Defined in: gen/types.gen.ts:12294