Skip to main content
Version: 8.9

Type Alias: DeleteMappingRuleData

type DeleteMappingRuleData = object;

Properties

body?

optional body?: never;

path

path: object;

mappingRuleId

mappingRuleId: string;

The ID of the mapping rule to delete.


query?

optional query?: never;

url

url: "/mapping-rules/{mappingRuleId}";