export function removeWidgetType(options, id) {
  return remove({
    id,
    token: options.token,
    url: options.url,