API ClientsTypeScript SDKAPI ReferenceCoreType AliasesDeleteMappingRuleDataVersion: 8.9On this pageType 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}";Was this helpful?