DeletePropertyInput: {
    clientMutationId?: InputMaybe<Scalars["String"]["input"]>;
    id: Scalars["ID"]["input"];
}

Input object for deleting a property.

Type declaration

  • OptionalclientMutationId?: InputMaybe<Scalars["String"]["input"]>

    Client mutation ID. Optional value that is echoed back in the response.

  • id: Scalars["ID"]["input"]

    The ID of the property to delete.